Shades of Olive Drab #578B05
Tints of Olive Drab #578B05
RGB
CMYK
RGB Variations
Color information
#578B05 (or 0x578B05) is known color: Olive Drab. HEX triplet: 57, 8B and 05. RGB value is (87,139,5). Sum of RGB (Red+Green+Blue) = 87+139+5=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #578B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578B05 is #A874FA. Grayscale: #6C6C6C. Windows color (decimal): -11039995 or 363351. OLE color: 363351.
HSL color Cylindrical-coordinate representation of color #578B05: hue angle of 83.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #578B05 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 5 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.45 |
| HSL | 83.28º | 0.93% | 0.28% | - |
| HSV(B) | 83.28º | 0.96% | 0.55% | - |
| XYZ | 13.19 | 20.5 | 3.41 | - |
| YUV | 108.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 5 | 0.37 | 0 | 0.96 | 0.45 | 83.28 | 0.93 | 0.28 |
| Hex | 57 | 8B | 5 | 25 | 0 | 60 | 2D | 53 | 5D | 1C |
| Octal | 127 | 213 | 5 | 45 | 0 | 140 | 55 | 123 | 135 | 34 |
| Binary | 1010111 | 10001011 | 101 | 100101 | 0 | 1100000 | 101101 | 1010011 | 1011101 | 11100 |
Color Harmonies of #578B05
Complementary color
Monochromatic Colors of #578B05
Black with #578B05
Text Example
Text Example
White with #578B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B05; }
p { color: rgb(87,139,5); }
H1.HeaderClassName
{
color: #578B05;
}
.AnyTagClassName
{
color: #578B05;
}
</style>
background-color css
<style>
a { background-color: #578B05; }
a { background-color: rgb(87,139,5); }
div.DivClassName
{
background-color: #578B05;
}
.BgClassName
{
background-color: #578B05;
}
</style>
border-color css
<style>
span { border-color: #578B05; }
span { border-color: rgb(87,139,5); }
td.TdClassName
{
border-color: #578B05;
}
.TagClassName
{
border-color: #578B05;
}
</style>