Shades of Olive Drab #578607
Tints of Olive Drab #578607
RGB
CMYK
RGB Variations
Color information
#578607 (or 0x578607) is known color: Olive Drab. HEX triplet: 57, 86 and 07. RGB value is (87,134,7). Sum of RGB (Red+Green+Blue) = 87+134+7=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #578607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578607 is #A879F8. Grayscale: #696969. Windows color (decimal): -11041273 or 493143. OLE color: 493143.
HSL color Cylindrical-coordinate representation of color #578607: hue angle of 82.2º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #578607 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 7 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.47 |
| HSL | 82.2º | 0.9% | 0.28% | - |
| HSV(B) | 82.2º | 0.95% | 0.53% | - |
| XYZ | 12.49 | 19.09 | 3.23 | - |
| YUV | 105.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 7 | 0.35 | 0 | 0.95 | 0.47 | 82.2 | 0.9 | 0.28 |
| Hex | 57 | 86 | 7 | 23 | 0 | 5F | 2F | 52 | 5A | 1C |
| Octal | 127 | 206 | 7 | 43 | 0 | 137 | 57 | 122 | 132 | 34 |
| Binary | 1010111 | 10000110 | 111 | 100011 | 0 | 1011111 | 101111 | 1010010 | 1011010 | 11100 |
Color Harmonies of #578607
Complementary color
Monochromatic Colors of #578607
Black with #578607
Text Example
Text Example
White with #578607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578607; }
p { color: rgb(87,134,7); }
H1.HeaderClassName
{
color: #578607;
}
.AnyTagClassName
{
color: #578607;
}
</style>
background-color css
<style>
a { background-color: #578607; }
a { background-color: rgb(87,134,7); }
div.DivClassName
{
background-color: #578607;
}
.BgClassName
{
background-color: #578607;
}
</style>
border-color css
<style>
span { border-color: #578607; }
span { border-color: rgb(87,134,7); }
td.TdClassName
{
border-color: #578607;
}
.TagClassName
{
border-color: #578607;
}
</style>