#5E8D11

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

Shades of Olive Drab #5E8D11

Tints of Olive Drab #5E8D11

Color information

#5E8D11 (or 0x5E8D11) is unknown color: approx Olive Drab. HEX triplet: 5E, 8D and 11. RGB value is (94,141,17). Sum of RGB (Red+Green+Blue) = 94+141+17=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8D11 is #A172EE. Grayscale: #717171. Windows color (decimal): -10580719 or 1150302. OLE color: 1150302.

HSL color Cylindrical-coordinate representation of color #5E8D11: hue angle of 82.74º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E8D11 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB9414117-
CMYK0.3300.880.45
HSL82.74º78.48%30.98%-
HSV(B)82.74º87.94%55.29%-
XYZ14.2421.473.92-
YUV112.8173.93114.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=37.30%
G=55.95%
B=6.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94141170.3300.880.4582.7478.4830.98
Hex5E8D11210582D534e1f
Octal136215214101305512311637
Binary10111101000110110001100001010110001011011010011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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