#5B8E07

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

Shades of Olive Drab #5B8E07

Tints of Olive Drab #5B8E07

Color information

#5B8E07 (or 0x5B8E07) is unknown color: approx Olive Drab. HEX triplet: 5B, 8E and 07. RGB value is (91,142,7). Sum of RGB (Red+Green+Blue) = 91+142+7=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8E07 is #A471F8. Grayscale: #6F6F6F. Windows color (decimal): -10777081 or 495195. OLE color: 495195.

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

Color convert

RGB911427-
CMYK0.3600.950.44
HSL82.67º90.6%29.22%-
HSV(B)82.67º95.07%55.69%-
XYZ14.0321.593.63-
YUV111.3669.1113.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 142 (55.86% from 255) = 59.17%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=37.92%
G=59.17%
B=2.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9114270.3600.950.4482.6790.629.22
Hex5B8E72405F2C535b1d
Octal13321674401375412313335
Binary101101110001110111100100010111111011001010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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