Shades of Dark Olive Green #57722C
Tints of Dark Olive Green #57722C
RGB
CMYK
RGB Variations
Color information
#57722C (or 0x57722C) is known color: Dark Olive Green. HEX triplet: 57, 72 and 2C. RGB value is (87,114,44). Sum of RGB (Red+Green+Blue) = 87+114+44=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #57722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57722C is #A88DD3. Grayscale: #626262. Windows color (decimal): -11046356 or 2912855. OLE color: 2912855.
HSL color Cylindrical-coordinate representation of color #57722C: hue angle of 83.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57722C is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 44 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.55 |
| HSL | 83.14º | 0.44% | 0.31% | - |
| HSV(B) | 83.14º | 0.61% | 0.45% | - |
| XYZ | 10.4 | 14.24 | 4.58 | - |
| YUV | 97.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 44 | 0.24 | 0 | 0.61 | 0.55 | 83.14 | 0.44 | 0.31 |
| Hex | 57 | 72 | 2C | 18 | 0 | 3D | 37 | 53 | 2C | 1F |
| Octal | 127 | 162 | 54 | 30 | 0 | 75 | 67 | 123 | 54 | 37 |
| Binary | 1010111 | 1110010 | 101100 | 11000 | 0 | 111101 | 110111 | 1010011 | 101100 | 11111 |
Color Harmonies of #57722C
Complementary color
Monochromatic Colors of #57722C
Black with #57722C
Text Example
Text Example
White with #57722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57722C; }
p { color: rgb(87,114,44); }
H1.HeaderClassName
{
color: #57722C;
}
.AnyTagClassName
{
color: #57722C;
}
</style>
background-color css
<style>
a { background-color: #57722C; }
a { background-color: rgb(87,114,44); }
div.DivClassName
{
background-color: #57722C;
}
.BgClassName
{
background-color: #57722C;
}
</style>
border-color css
<style>
span { border-color: #57722C; }
span { border-color: rgb(87,114,44); }
td.TdClassName
{
border-color: #57722C;
}
.TagClassName
{
border-color: #57722C;
}
</style>