#5B8804

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

Shades of Olive Drab #5B8804

Tints of Olive Drab #5B8804

Color information

#5B8804 (or 0x5B8804) is unknown color: approx Olive Drab. HEX triplet: 5B, 88 and 04. RGB value is (91,136,4). Sum of RGB (Red+Green+Blue) = 91+136+4=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #5B8804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8804 is #A477FB. Grayscale: #6B6B6B. Windows color (decimal): -10778620 or 297051. OLE color: 297051.

HSL color Cylindrical-coordinate representation of color #5B8804: hue angle of 80.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B8804 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB911364-
CMYK0.3300.970.47
HSL80.45º94.29%27.45%-
HSV(B)80.45º97.06%53.33%-
XYZ13.1419.843.25-
YUV107.569.59116.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=39.39%
G=58.87%
B=1.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9113640.3300.970.4780.4594.2927.45
Hex5B884210612F505e1b
Octal13321044101415712013633
Binary101101110001000100100001011000011011111010000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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