Shades of Dark Olive Green #576F2D
Tints of Dark Olive Green #576F2D
RGB
CMYK
RGB Variations
Color information
#576F2D (or 0x576F2D) is known color: Dark Olive Green. HEX triplet: 57, 6F and 2D. RGB value is (87,111,45). Sum of RGB (Red+Green+Blue) = 87+111+45=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #576F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F2D is #A890D2. Grayscale: #606060. Windows color (decimal): -11047123 or 2977623. OLE color: 2977623.
HSL color Cylindrical-coordinate representation of color #576F2D: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #576F2D is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 45 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.56 |
| HSL | 81.82º | 0.42% | 0.31% | - |
| HSV(B) | 81.82º | 0.59% | 0.44% | - |
| XYZ | 10.09 | 13.58 | 4.57 | - |
| YUV | 96.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 45 | 0.22 | 0 | 0.59 | 0.56 | 81.82 | 0.42 | 0.31 |
| Hex | 57 | 6F | 2D | 16 | 0 | 3B | 38 | 52 | 2A | 1F |
| Octal | 127 | 157 | 55 | 26 | 0 | 73 | 70 | 122 | 52 | 37 |
| Binary | 1010111 | 1101111 | 101101 | 10110 | 0 | 111011 | 111000 | 1010010 | 101010 | 11111 |
Color Harmonies of #576F2D
Complementary color
Monochromatic Colors of #576F2D
Black with #576F2D
Text Example
Text Example
White with #576F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F2D; }
p { color: rgb(87,111,45); }
H1.HeaderClassName
{
color: #576F2D;
}
.AnyTagClassName
{
color: #576F2D;
}
</style>
background-color css
<style>
a { background-color: #576F2D; }
a { background-color: rgb(87,111,45); }
div.DivClassName
{
background-color: #576F2D;
}
.BgClassName
{
background-color: #576F2D;
}
</style>
border-color css
<style>
span { border-color: #576F2D; }
span { border-color: rgb(87,111,45); }
td.TdClassName
{
border-color: #576F2D;
}
.TagClassName
{
border-color: #576F2D;
}
</style>