Shades of Olive Drab #578007
Tints of Olive Drab #578007
RGB
CMYK
RGB Variations
Color information
#578007 (or 0x578007) is known color: Olive Drab. HEX triplet: 57, 80 and 07. RGB value is (87,128,7). Sum of RGB (Red+Green+Blue) = 87+128+7=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #578007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578007 is #A87FF8. Grayscale: #666666. Windows color (decimal): -11042809 or 491607. OLE color: 491607.
HSL color Cylindrical-coordinate representation of color #578007: hue angle of 80.33º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #578007 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 7 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.50 |
| HSL | 80.33º | 0.9% | 0.26% | - |
| HSV(B) | 80.33º | 0.95% | 0.5% | - |
| XYZ | 11.69 | 17.48 | 2.96 | - |
| YUV | 101.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 7 | 0.32 | 0 | 0.95 | 0.50 | 80.33 | 0.9 | 0.26 |
| Hex | 57 | 80 | 7 | 20 | 0 | 5F | 32 | 50 | 5A | 1A |
| Octal | 127 | 200 | 7 | 40 | 0 | 137 | 62 | 120 | 132 | 32 |
| Binary | 1010111 | 10000000 | 111 | 100000 | 0 | 1011111 | 110010 | 1010000 | 1011010 | 11010 |
Color Harmonies of #578007
Complementary color
Monochromatic Colors of #578007
Black with #578007
Text Example
Text Example
White with #578007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578007; }
p { color: rgb(87,128,7); }
H1.HeaderClassName
{
color: #578007;
}
.AnyTagClassName
{
color: #578007;
}
</style>
background-color css
<style>
a { background-color: #578007; }
a { background-color: rgb(87,128,7); }
div.DivClassName
{
background-color: #578007;
}
.BgClassName
{
background-color: #578007;
}
</style>
border-color css
<style>
span { border-color: #578007; }
span { border-color: rgb(87,128,7); }
td.TdClassName
{
border-color: #578007;
}
.TagClassName
{
border-color: #578007;
}
</style>