#5b880d

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

Shades of Olive Drab #5B880D

Tints of Olive Drab #5B880D

Color information

#5B880D (or 0x5B880D) is unknown color: approx Olive Drab. HEX triplet: 5B, 88 and 0D. RGB value is (91,136,13). Sum of RGB (Red+Green+Blue) = 91+136+13=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #5B880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B880D is #A477F2. Grayscale: #6C6C6C. Windows color (decimal): -10778611 or 886875. OLE color: 886875.

HSL color Cylindrical-coordinate representation of color #5B880D: hue angle of 81.95º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B880D is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9113613-
CMYK0.3300.900.47
HSL81.95º82.55%29.22%-
HSV(B)81.95º90.44%53.33%-
XYZ13.1919.863.52-
YUV108.5274.09115.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 136 (53.52% from 255) = 56.67%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=37.92%
G=56.67%
B=5.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91136130.3300.900.4781.9582.5529.22
Hex5B88D2105A2F52531d
Octal133210154101325712212335
Binary1011011100010001101100001010110101011111010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b880d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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