#5E9608

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

Shades of Olive Drab #5E9608

Tints of Olive Drab #5E9608

Color information

#5E9608 (or 0x5E9608) is unknown color: approx Olive Drab. HEX triplet: 5E, 96 and 08. RGB value is (94,150,8). Sum of RGB (Red+Green+Blue) = 94+150+8=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9608 is #A169F7. Grayscale: #757575. Windows color (decimal): -10578424 or 562782. OLE color: 562782.

HSL color Cylindrical-coordinate representation of color #5E9608: hue angle of 83.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E9608 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB941508-
CMYK0.3700.950.41
HSL83.66º89.87%30.98%-
HSV(B)83.66º94.67%58.82%-
XYZ15.5724.214.08-
YUV117.0766.45111.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=37.30%
G=59.52%
B=3.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9415080.3700.950.4183.6689.8730.98
Hex5E9682505F29545a1f
Octal136226104501375112413237
Binary1011110100101101000100101010111111010011010100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,150,8); }

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

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

 a { background-color: rgb(94,150,8); }

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

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

 span { border-color: rgb(94,150,8); }

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