Shades of Dark Olive Green #57702B
Tints of Dark Olive Green #57702B
RGB
CMYK
RGB Variations
Color information
#57702B (or 0x57702B) is known color: Dark Olive Green. HEX triplet: 57, 70 and 2B. RGB value is (87,112,43). Sum of RGB (Red+Green+Blue) = 87+112+43=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #57702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57702B is #A88FD4. Grayscale: #606060. Windows color (decimal): -11046869 or 2846807. OLE color: 2846807.
HSL color Cylindrical-coordinate representation of color #57702B: hue angle of 81.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57702B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 112 | 43 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.56 |
| HSL | 81.74º | 0.45% | 0.3% | - |
| HSV(B) | 81.74º | 0.62% | 0.44% | - |
| XYZ | 10.16 | 13.79 | 4.41 | - |
| YUV | 96.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 43 | 0.22 | 0 | 0.62 | 0.56 | 81.74 | 0.45 | 0.3 |
| Hex | 57 | 70 | 2B | 16 | 0 | 3E | 38 | 52 | 2D | 1E |
| Octal | 127 | 160 | 53 | 26 | 0 | 76 | 70 | 122 | 55 | 36 |
| Binary | 1010111 | 1110000 | 101011 | 10110 | 0 | 111110 | 111000 | 1010010 | 101101 | 11110 |
Color Harmonies of #57702B
Complementary color
Monochromatic Colors of #57702B
Black with #57702B
Text Example
Text Example
White with #57702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57702B; }
p { color: rgb(87,112,43); }
H1.HeaderClassName
{
color: #57702B;
}
.AnyTagClassName
{
color: #57702B;
}
</style>
background-color css
<style>
a { background-color: #57702B; }
a { background-color: rgb(87,112,43); }
div.DivClassName
{
background-color: #57702B;
}
.BgClassName
{
background-color: #57702B;
}
</style>
border-color css
<style>
span { border-color: #57702B; }
span { border-color: rgb(87,112,43); }
td.TdClassName
{
border-color: #57702B;
}
.TagClassName
{
border-color: #57702B;
}
</style>