#6B994F

Color #6B994F Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #6B994F

Tints of Asparagus #6B994F

Color information

#6B994F (or 0x6B994F) is unknown color: approx Asparagus. HEX triplet: 6B, 99 and 4F. RGB value is (107,153,79). Sum of RGB (Red+Green+Blue) = 107+153+79=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #6B994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B994F is #9466B0. Grayscale: #838383. Windows color (decimal): -9725617 or 5216619. OLE color: 5216619.

HSL color Cylindrical-coordinate representation of color #6B994F: hue angle of 97.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B994F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB10715379-
CMYK0.3000.480.4
HSL97.3º31.9%45.49%-
HSV(B)97.3º48.37%60%-
XYZ18.8726.4711.51-
YUV130.8198.76111.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 31.56%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=31.56%
G=45.13%
B=23.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153790.3000.480.497.331.945.49
Hex6B994F1E0302861202d
Octal15323111736060501414055
Binary11010111001100110011111111001100001010001100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B994F; }

 p { color: rgb(107,153,79); }

 H1.HeaderClassName
 {
   color: #6B994F;
 }
 .AnyTagClassName
 {
   color: #6B994F;
 }
</style>
background-color css

<style>
 a { background-color: #6B994F; }

 a { background-color: rgb(107,153,79); }

 div.DivClassName
 {
   background-color: #6B994F;
 }
 .BgClassName
 {
   background-color: #6B994F;
 }
</style>
border-color css

<style>
 span { border-color: #6B994F; }

 span { border-color: rgb(107,153,79); }

 td.TdClassName
 {
   border-color: #6B994F;
 }
 .TagClassName
 {
   border-color: #6B994F;
 }
</style>