#6E9116

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

Shades of Olive Drab #6E9116

Tints of Olive Drab #6E9116

Color information

#6E9116 (or 0x6E9116) is unknown color: approx Olive Drab. HEX triplet: 6E, 91 and 16. RGB value is (110,145,22). Sum of RGB (Red+Green+Blue) = 110+145+22=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9116 is #916EE9. Grayscale: #787878. Windows color (decimal): -9531114 or 1479022. OLE color: 1479022.

HSL color Cylindrical-coordinate representation of color #6E9116: hue angle of 77.07º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E9116 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB11014522-
CMYK0.2400.850.43
HSL77.07º73.65%32.75%-
HSV(B)77.07º84.83%56.86%-
XYZ16.723.624.44-
YUV120.5172.4120.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=39.71%
G=52.35%
B=7.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110145220.2400.850.4377.0773.6532.75
Hex6E9116180552B4d4a21
Octal156221263001255311511241
Binary11011101001000110110110000101010110101110011011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,22); }

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

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

 a { background-color: rgb(110,145,22); }

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

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

 span { border-color: rgb(110,145,22); }

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