Shades of Dark Olive Green #57702C
Tints of Dark Olive Green #57702C
RGB
CMYK
RGB Variations
Color information
#57702C (or 0x57702C) is known color: Dark Olive Green. HEX triplet: 57, 70 and 2C. RGB value is (87,112,44). Sum of RGB (Red+Green+Blue) = 87+112+44=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #57702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57702C is #A88FD3. Grayscale: #616161. Windows color (decimal): -11046868 or 2912343. OLE color: 2912343.
HSL color Cylindrical-coordinate representation of color #57702C: hue angle of 82.06º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57702C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 112 | 44 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.56 |
| HSL | 82.06º | 0.44% | 0.31% | - |
| HSV(B) | 82.06º | 0.61% | 0.44% | - |
| XYZ | 10.18 | 13.8 | 4.51 | - |
| YUV | 96.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 44 | 0.22 | 0 | 0.61 | 0.56 | 82.06 | 0.44 | 0.31 |
| Hex | 57 | 70 | 2C | 16 | 0 | 3D | 38 | 52 | 2C | 1F |
| Octal | 127 | 160 | 54 | 26 | 0 | 75 | 70 | 122 | 54 | 37 |
| Binary | 1010111 | 1110000 | 101100 | 10110 | 0 | 111101 | 111000 | 1010010 | 101100 | 11111 |
Color Harmonies of #57702C
Complementary color
Monochromatic Colors of #57702C
Black with #57702C
Text Example
Text Example
White with #57702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57702C; }
p { color: rgb(87,112,44); }
H1.HeaderClassName
{
color: #57702C;
}
.AnyTagClassName
{
color: #57702C;
}
</style>
background-color css
<style>
a { background-color: #57702C; }
a { background-color: rgb(87,112,44); }
div.DivClassName
{
background-color: #57702C;
}
.BgClassName
{
background-color: #57702C;
}
</style>
border-color css
<style>
span { border-color: #57702C; }
span { border-color: rgb(87,112,44); }
td.TdClassName
{
border-color: #57702C;
}
.TagClassName
{
border-color: #57702C;
}
</style>