Shades of Dark Olive Green #576F33
Tints of Dark Olive Green #576F33
RGB
CMYK
RGB Variations
Color information
#576F33 (or 0x576F33) is known color: Dark Olive Green. HEX triplet: 57, 6F and 33. RGB value is (87,111,51). Sum of RGB (Red+Green+Blue) = 87+111+51=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #576F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F33 is #A890CC. Grayscale: #616161. Windows color (decimal): -11047117 or 3370839. OLE color: 3370839.
HSL color Cylindrical-coordinate representation of color #576F33: hue angle of 84º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #576F33 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 51 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.56 |
| HSL | 84º | 0.37% | 0.32% | - |
| HSV(B) | 84º | 0.54% | 0.44% | - |
| XYZ | 10.21 | 13.63 | 5.23 | - |
| YUV | 96.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 51 | 0.22 | 0 | 0.54 | 0.56 | 84 | 0.37 | 0.32 |
| Hex | 57 | 6F | 33 | 16 | 0 | 36 | 38 | 54 | 25 | 20 |
| Octal | 127 | 157 | 63 | 26 | 0 | 66 | 70 | 124 | 45 | 40 |
| Binary | 1010111 | 1101111 | 110011 | 10110 | 0 | 110110 | 111000 | 1010100 | 100101 | 100000 |
Color Harmonies of #576F33
Complementary color
Monochromatic Colors of #576F33
Black with #576F33
Text Example
Text Example
White with #576F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F33; }
p { color: rgb(87,111,51); }
H1.HeaderClassName
{
color: #576F33;
}
.AnyTagClassName
{
color: #576F33;
}
</style>
background-color css
<style>
a { background-color: #576F33; }
a { background-color: rgb(87,111,51); }
div.DivClassName
{
background-color: #576F33;
}
.BgClassName
{
background-color: #576F33;
}
</style>
border-color css
<style>
span { border-color: #576F33; }
span { border-color: rgb(87,111,51); }
td.TdClassName
{
border-color: #576F33;
}
.TagClassName
{
border-color: #576F33;
}
</style>