#5E8117

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

Shades of Olive Drab #5E8117

Tints of Olive Drab #5E8117

Color information

#5E8117 (or 0x5E8117) is unknown color: approx Olive Drab. HEX triplet: 5E, 81 and 17. RGB value is (94,129,23). Sum of RGB (Red+Green+Blue) = 94+129+23=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8117 is #A17EE8. Grayscale: #6A6A6A. Windows color (decimal): -10583785 or 1540446. OLE color: 1540446.

HSL color Cylindrical-coordinate representation of color #5E8117: hue angle of 79.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E8117 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB9412923-
CMYK0.2700.820.49
HSL79.81º69.74%29.8%-
HSV(B)79.81º82.17%50.59%-
XYZ12.6218.143.65-
YUV106.4580.9119.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 23 (9.38% from 255) = 9.35%
R=38.21%
G=52.44%
B=9.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94129230.2700.820.4979.8169.7429.8
Hex5E81171B0523150461e
Octal136201273301226112010636
Binary1011110100000011011111011010100101100011010000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,23); }

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

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

 a { background-color: rgb(94,129,23); }

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

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

 span { border-color: rgb(94,129,23); }

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