#5B8E04

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

Shades of Olive Drab #5B8E04

Tints of Olive Drab #5B8E04

Color information

#5B8E04 (or 0x5B8E04) is unknown color: approx Olive Drab. HEX triplet: 5B, 8E and 04. RGB value is (91,142,4). Sum of RGB (Red+Green+Blue) = 91+142+4=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 142 (55.86% from 255 or 59.92% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8E04 is #A471FB. Grayscale: #6F6F6F. Windows color (decimal): -10777084 or 298587. OLE color: 298587.

HSL color Cylindrical-coordinate representation of color #5B8E04: hue angle of 82.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B8E04 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB911424-
CMYK0.3600.970.44
HSL82.17º94.52%28.63%-
HSV(B)82.17º97.18%55.69%-
XYZ14.0121.583.54-
YUV111.0267.6113.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 142 (55.86% from 255) = 59.92%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=38.40%
G=59.92%
B=1.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9114240.3600.970.4482.1794.5228.63
Hex5B8E4240612C525f1d
Octal13321644401415412213735
Binary101101110001110100100100011000011011001010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,142,4); }

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

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

 a { background-color: rgb(91,142,4); }

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

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

 span { border-color: rgb(91,142,4); }

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