Shades of Dark Olive Green #57682C
Tints of Dark Olive Green #57682C
RGB
CMYK
RGB Variations
Color information
#57682C (or 0x57682C) is known color: Dark Olive Green. HEX triplet: 57, 68 and 2C. RGB value is (87,104,44). Sum of RGB (Red+Green+Blue) = 87+104+44=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #57682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57682C is #A897D3. Grayscale: #5C5C5C. Windows color (decimal): -11048916 or 2910295. OLE color: 2910295.
HSL color Cylindrical-coordinate representation of color #57682C: hue angle of 77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57682C is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 44 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.59 |
| HSL | 77º | 0.41% | 0.29% | - |
| HSV(B) | 77º | 0.58% | 0.41% | - |
| XYZ | 9.34 | 12.11 | 4.23 | - |
| YUV | 92.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 44 | 0.16 | 0 | 0.58 | 0.59 | 77 | 0.41 | 0.29 |
| Hex | 57 | 68 | 2C | 10 | 0 | 3A | 3B | 4D | 29 | 1D |
| Octal | 127 | 150 | 54 | 20 | 0 | 72 | 73 | 115 | 51 | 35 |
| Binary | 1010111 | 1101000 | 101100 | 10000 | 0 | 111010 | 111011 | 1001101 | 101001 | 11101 |
Color Harmonies of #57682C
Complementary color
Monochromatic Colors of #57682C
Black with #57682C
Text Example
Text Example
White with #57682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57682C; }
p { color: rgb(87,104,44); }
H1.HeaderClassName
{
color: #57682C;
}
.AnyTagClassName
{
color: #57682C;
}
</style>
background-color css
<style>
a { background-color: #57682C; }
a { background-color: rgb(87,104,44); }
div.DivClassName
{
background-color: #57682C;
}
.BgClassName
{
background-color: #57682C;
}
</style>
border-color css
<style>
span { border-color: #57682C; }
span { border-color: rgb(87,104,44); }
td.TdClassName
{
border-color: #57682C;
}
.TagClassName
{
border-color: #57682C;
}
</style>