Shades of Olive Drab #577F12
Tints of Olive Drab #577F12
RGB
CMYK
RGB Variations
Color information
#577F12 (or 0x577F12) is known color: Olive Drab. HEX triplet: 57, 7F and 12. RGB value is (87,127,18). Sum of RGB (Red+Green+Blue) = 87+127+18=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #577F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577F12 is #A880ED. Grayscale: #676767. Windows color (decimal): -11043054 or 1212247. OLE color: 1212247.
HSL color Cylindrical-coordinate representation of color #577F12: hue angle of 82.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #577F12 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 18 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.50 |
| HSL | 82.02º | 0.75% | 0.28% | - |
| HSV(B) | 82.02º | 0.86% | 0.5% | - |
| XYZ | 11.63 | 17.25 | 3.29 | - |
| YUV | 102.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 18 | 0.31 | 0 | 0.86 | 0.50 | 82.02 | 0.75 | 0.28 |
| Hex | 57 | 7F | 12 | 1F | 0 | 56 | 32 | 52 | 4B | 1C |
| Octal | 127 | 177 | 22 | 37 | 0 | 126 | 62 | 122 | 113 | 34 |
| Binary | 1010111 | 1111111 | 10010 | 11111 | 0 | 1010110 | 110010 | 1010010 | 1001011 | 11100 |
Color Harmonies of #577F12
Complementary color
Monochromatic Colors of #577F12
Black with #577F12
Text Example
Text Example
White with #577F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F12; }
p { color: rgb(87,127,18); }
H1.HeaderClassName
{
color: #577F12;
}
.AnyTagClassName
{
color: #577F12;
}
</style>
background-color css
<style>
a { background-color: #577F12; }
a { background-color: rgb(87,127,18); }
div.DivClassName
{
background-color: #577F12;
}
.BgClassName
{
background-color: #577F12;
}
</style>
border-color css
<style>
span { border-color: #577F12; }
span { border-color: rgb(87,127,18); }
td.TdClassName
{
border-color: #577F12;
}
.TagClassName
{
border-color: #577F12;
}
</style>