Shades of Olive Drab #578208
Tints of Olive Drab #578208
RGB
CMYK
RGB Variations
Color information
#578208 (or 0x578208) is known color: Olive Drab. HEX triplet: 57, 82 and 08. RGB value is (87,130,8). Sum of RGB (Red+Green+Blue) = 87+130+8=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #578208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578208 is #A87DF7. Grayscale: #676767. Windows color (decimal): -11042296 or 557655. OLE color: 557655.
HSL color Cylindrical-coordinate representation of color #578208: hue angle of 81.15º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #578208 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 8 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.49 |
| HSL | 81.15º | 0.88% | 0.27% | - |
| HSV(B) | 81.15º | 0.94% | 0.51% | - |
| XYZ | 11.96 | 18.01 | 3.08 | - |
| YUV | 103.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 8 | 0.33 | 0 | 0.94 | 0.49 | 81.15 | 0.88 | 0.27 |
| Hex | 57 | 82 | 8 | 21 | 0 | 5E | 31 | 51 | 58 | 1B |
| Octal | 127 | 202 | 10 | 41 | 0 | 136 | 61 | 121 | 130 | 33 |
| Binary | 1010111 | 10000010 | 1000 | 100001 | 0 | 1011110 | 110001 | 1010001 | 1011000 | 11011 |
Color Harmonies of #578208
Complementary color
Monochromatic Colors of #578208
Black with #578208
Text Example
Text Example
White with #578208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578208; }
p { color: rgb(87,130,8); }
H1.HeaderClassName
{
color: #578208;
}
.AnyTagClassName
{
color: #578208;
}
</style>
background-color css
<style>
a { background-color: #578208; }
a { background-color: rgb(87,130,8); }
div.DivClassName
{
background-color: #578208;
}
.BgClassName
{
background-color: #578208;
}
</style>
border-color css
<style>
span { border-color: #578208; }
span { border-color: rgb(87,130,8); }
td.TdClassName
{
border-color: #578208;
}
.TagClassName
{
border-color: #578208;
}
</style>