Shades of Dark Olive Green #57722F
Tints of Dark Olive Green #57722F
RGB
CMYK
RGB Variations
Color information
#57722F (or 0x57722F) is known color: Dark Olive Green. HEX triplet: 57, 72 and 2F. RGB value is (87,114,47). Sum of RGB (Red+Green+Blue) = 87+114+47=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #57722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57722F is #A88DD0. Grayscale: #626262. Windows color (decimal): -11046353 or 3109463. OLE color: 3109463.
HSL color Cylindrical-coordinate representation of color #57722F: hue angle of 84.18º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57722F is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 47 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.55 |
| HSL | 84.18º | 0.42% | 0.32% | - |
| HSV(B) | 84.18º | 0.59% | 0.45% | - |
| XYZ | 10.46 | 14.27 | 4.89 | - |
| YUV | 98.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 47 | 0.24 | 0 | 0.59 | 0.55 | 84.18 | 0.42 | 0.32 |
| Hex | 57 | 72 | 2F | 18 | 0 | 3B | 37 | 54 | 2A | 20 |
| Octal | 127 | 162 | 57 | 30 | 0 | 73 | 67 | 124 | 52 | 40 |
| Binary | 1010111 | 1110010 | 101111 | 11000 | 0 | 111011 | 110111 | 1010100 | 101010 | 100000 |
Color Harmonies of #57722F
Complementary color
Monochromatic Colors of #57722F
Black with #57722F
Text Example
Text Example
White with #57722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57722F; }
p { color: rgb(87,114,47); }
H1.HeaderClassName
{
color: #57722F;
}
.AnyTagClassName
{
color: #57722F;
}
</style>
background-color css
<style>
a { background-color: #57722F; }
a { background-color: rgb(87,114,47); }
div.DivClassName
{
background-color: #57722F;
}
.BgClassName
{
background-color: #57722F;
}
</style>
border-color css
<style>
span { border-color: #57722F; }
span { border-color: rgb(87,114,47); }
td.TdClassName
{
border-color: #57722F;
}
.TagClassName
{
border-color: #57722F;
}
</style>