#6B9019

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

Shades of Olive Drab #6B9019

Tints of Olive Drab #6B9019

Color information

#6B9019 (or 0x6B9019) is unknown color: approx Olive Drab. HEX triplet: 6B, 90 and 19. RGB value is (107,144,25). Sum of RGB (Red+Green+Blue) = 107+144+25=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9019 is #946FE6. Grayscale: #777777. Windows color (decimal): -9727975 or 1675371. OLE color: 1675371.

HSL color Cylindrical-coordinate representation of color #6B9019: hue angle of 78.66º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B9019 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB10714425-
CMYK0.2600.830.44
HSL78.66º70.41%33.14%-
HSV(B)78.66º82.64%56.47%-
XYZ16.2123.144.53-
YUV119.3774.74119.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 144 (56.64% from 255) = 52.17%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=38.77%
G=52.17%
B=9.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107144250.2600.830.4478.6670.4133.14
Hex6B90191A0532C4f4621
Octal153220313201235411710641
Binary11010111001000011001110100101001110110010011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,25); }

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

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

 a { background-color: rgb(107,144,25); }

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

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

 span { border-color: rgb(107,144,25); }

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