#5E8E10

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

Shades of Olive Drab #5E8E10

Tints of Olive Drab #5E8E10

Color information

#5E8E10 (or 0x5E8E10) is unknown color: approx Olive Drab. HEX triplet: 5E, 8E and 10. RGB value is (94,142,16). Sum of RGB (Red+Green+Blue) = 94+142+16=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8E10 is #A171EF. Grayscale: #717171. Windows color (decimal): -10580464 or 1085022. OLE color: 1085022.

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

Color convert

RGB9414216-
CMYK0.3400.890.44
HSL82.86º79.75%30.98%-
HSV(B)82.86º88.73%55.69%-
XYZ14.3821.763.93-
YUV113.2873.1114.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 142 (55.86% from 255) = 56.35%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=37.30%
G=56.35%
B=6.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94142160.3400.890.4482.8679.7530.98
Hex5E8E10220592C53501f
Octal136216204201315412312037
Binary10111101000111010000100010010110011011001010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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