#5E8E11

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

Shades of Olive Drab #5E8E11

Tints of Olive Drab #5E8E11

Color information

#5E8E11 (or 0x5E8E11) is unknown color: approx Olive Drab. HEX triplet: 5E, 8E and 11. RGB value is (94,142,17). Sum of RGB (Red+Green+Blue) = 94+142+17=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8E11 is #A171EE. Grayscale: #717171. Windows color (decimal): -10580463 or 1150558. OLE color: 1150558.

HSL color Cylindrical-coordinate representation of color #5E8E11: hue angle of 83.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E8E11 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB9414217-
CMYK0.3400.880.44
HSL83.04º78.62%31.18%-
HSV(B)83.04º88.03%55.69%-
XYZ14.3921.773.97-
YUV113.473.6114.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.15%
GREEN value IS 142 (55.86% from 255) = 56.13%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=37.15%
G=56.13%
B=6.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94142170.3400.880.4483.0478.6231.18
Hex5E8E11220582C534f1f
Octal136216214201305412311737
Binary10111101000111010001100010010110001011001010011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8E11; }

 p { color: rgb(94,142,17); }

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

<style>
 a { background-color: #5E8E11; }

 a { background-color: rgb(94,142,17); }

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

<style>
 span { border-color: #5E8E11; }

 span { border-color: rgb(94,142,17); }

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