Shades of Dark Olive Green #576E2B
Tints of Dark Olive Green #576E2B
RGB
CMYK
RGB Variations
Color information
#576E2B (or 0x576E2B) is known color: Dark Olive Green. HEX triplet: 57, 6E and 2B. RGB value is (87,110,43). Sum of RGB (Red+Green+Blue) = 87+110+43=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #576E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576E2B is #A891D4. Grayscale: #5F5F5F. Windows color (decimal): -11047381 or 2846295. OLE color: 2846295.
HSL color Cylindrical-coordinate representation of color #576E2B: hue angle of 80.6º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #576E2B is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 110 | 43 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.57 |
| HSL | 80.6º | 0.44% | 0.3% | - |
| HSV(B) | 80.6º | 0.61% | 0.43% | - |
| XYZ | 9.94 | 13.35 | 4.34 | - |
| YUV | 95.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 43 | 0.21 | 0 | 0.61 | 0.57 | 80.6 | 0.44 | 0.3 |
| Hex | 57 | 6E | 2B | 15 | 0 | 3D | 39 | 51 | 2C | 1E |
| Octal | 127 | 156 | 53 | 25 | 0 | 75 | 71 | 121 | 54 | 36 |
| Binary | 1010111 | 1101110 | 101011 | 10101 | 0 | 111101 | 111001 | 1010001 | 101100 | 11110 |
Color Harmonies of #576E2B
Complementary color
Monochromatic Colors of #576E2B
Black with #576E2B
Text Example
Text Example
White with #576E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E2B; }
p { color: rgb(87,110,43); }
H1.HeaderClassName
{
color: #576E2B;
}
.AnyTagClassName
{
color: #576E2B;
}
</style>
background-color css
<style>
a { background-color: #576E2B; }
a { background-color: rgb(87,110,43); }
div.DivClassName
{
background-color: #576E2B;
}
.BgClassName
{
background-color: #576E2B;
}
</style>
border-color css
<style>
span { border-color: #576E2B; }
span { border-color: rgb(87,110,43); }
td.TdClassName
{
border-color: #576E2B;
}
.TagClassName
{
border-color: #576E2B;
}
</style>