Shades of Dark Olive Green #57712A
Tints of Dark Olive Green #57712A
RGB
CMYK
RGB Variations
Color information
#57712A (or 0x57712A) is known color: Dark Olive Green. HEX triplet: 57, 71 and 2A. RGB value is (87,113,42). Sum of RGB (Red+Green+Blue) = 87+113+42=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #57712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57712A is #A88ED5. Grayscale: #616161. Windows color (decimal): -11046614 or 2781527. OLE color: 2781527.
HSL color Cylindrical-coordinate representation of color #57712A: hue angle of 81.97º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57712A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 113 | 42 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.56 |
| HSL | 81.97º | 0.46% | 0.3% | - |
| HSV(B) | 81.97º | 0.63% | 0.44% | - |
| XYZ | 10.25 | 14 | 4.35 | - |
| YUV | 97.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 42 | 0.23 | 0 | 0.63 | 0.56 | 81.97 | 0.46 | 0.3 |
| Hex | 57 | 71 | 2A | 17 | 0 | 3F | 38 | 52 | 2E | 1E |
| Octal | 127 | 161 | 52 | 27 | 0 | 77 | 70 | 122 | 56 | 36 |
| Binary | 1010111 | 1110001 | 101010 | 10111 | 0 | 111111 | 111000 | 1010010 | 101110 | 11110 |
Color Harmonies of #57712A
Complementary color
Monochromatic Colors of #57712A
Black with #57712A
Text Example
Text Example
White with #57712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57712A; }
p { color: rgb(87,113,42); }
H1.HeaderClassName
{
color: #57712A;
}
.AnyTagClassName
{
color: #57712A;
}
</style>
background-color css
<style>
a { background-color: #57712A; }
a { background-color: rgb(87,113,42); }
div.DivClassName
{
background-color: #57712A;
}
.BgClassName
{
background-color: #57712A;
}
</style>
border-color css
<style>
span { border-color: #57712A; }
span { border-color: rgb(87,113,42); }
td.TdClassName
{
border-color: #57712A;
}
.TagClassName
{
border-color: #57712A;
}
</style>