Shades of Dark Olive Green #57662C
Tints of Dark Olive Green #57662C
RGB
CMYK
RGB Variations
Color information
#57662C (or 0x57662C) is known color: Dark Olive Green. HEX triplet: 57, 66 and 2C. RGB value is (87,102,44). Sum of RGB (Red+Green+Blue) = 87+102+44=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #57662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57662C is #A899D3. Grayscale: #5B5B5B. Windows color (decimal): -11049428 or 2909783. OLE color: 2909783.
HSL color Cylindrical-coordinate representation of color #57662C: hue angle of 75.52º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57662C is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 44 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.6 |
| HSL | 75.52º | 0.4% | 0.29% | - |
| HSV(B) | 75.52º | 0.57% | 0.4% | - |
| XYZ | 9.14 | 11.71 | 4.16 | - |
| YUV | 90.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 44 | 0.15 | 0 | 0.57 | 0.6 | 75.52 | 0.4 | 0.29 |
| Hex | 57 | 66 | 2C | F | 0 | 39 | 3C | 4C | 28 | 1D |
| Octal | 127 | 146 | 54 | 17 | 0 | 71 | 74 | 114 | 50 | 35 |
| Binary | 1010111 | 1100110 | 101100 | 1111 | 0 | 111001 | 111100 | 1001100 | 101000 | 11101 |
Color Harmonies of #57662C
Complementary color
Monochromatic Colors of #57662C
Black with #57662C
Text Example
Text Example
White with #57662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57662C; }
p { color: rgb(87,102,44); }
H1.HeaderClassName
{
color: #57662C;
}
.AnyTagClassName
{
color: #57662C;
}
</style>
background-color css
<style>
a { background-color: #57662C; }
a { background-color: rgb(87,102,44); }
div.DivClassName
{
background-color: #57662C;
}
.BgClassName
{
background-color: #57662C;
}
</style>
border-color css
<style>
span { border-color: #57662C; }
span { border-color: rgb(87,102,44); }
td.TdClassName
{
border-color: #57662C;
}
.TagClassName
{
border-color: #57662C;
}
</style>