Shades of Dark Olive Green #576F31
Tints of Dark Olive Green #576F31
RGB
CMYK
RGB Variations
Color information
#576F31 (or 0x576F31) is known color: Dark Olive Green. HEX triplet: 57, 6F and 31. RGB value is (87,111,49). Sum of RGB (Red+Green+Blue) = 87+111+49=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #576F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F31 is #A890CE. Grayscale: #606060. Windows color (decimal): -11047119 or 3239767. OLE color: 3239767.
HSL color Cylindrical-coordinate representation of color #576F31: hue angle of 83.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #576F31 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 49 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.56 |
| HSL | 83.23º | 0.39% | 0.31% | - |
| HSV(B) | 83.23º | 0.56% | 0.44% | - |
| XYZ | 10.17 | 13.62 | 5 | - |
| YUV | 96.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 49 | 0.22 | 0 | 0.56 | 0.56 | 83.23 | 0.39 | 0.31 |
| Hex | 57 | 6F | 31 | 16 | 0 | 38 | 38 | 53 | 27 | 1F |
| Octal | 127 | 157 | 61 | 26 | 0 | 70 | 70 | 123 | 47 | 37 |
| Binary | 1010111 | 1101111 | 110001 | 10110 | 0 | 111000 | 111000 | 1010011 | 100111 | 11111 |
Color Harmonies of #576F31
Complementary color
Monochromatic Colors of #576F31
Black with #576F31
Text Example
Text Example
White with #576F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F31; }
p { color: rgb(87,111,49); }
H1.HeaderClassName
{
color: #576F31;
}
.AnyTagClassName
{
color: #576F31;
}
</style>
background-color css
<style>
a { background-color: #576F31; }
a { background-color: rgb(87,111,49); }
div.DivClassName
{
background-color: #576F31;
}
.BgClassName
{
background-color: #576F31;
}
</style>
border-color css
<style>
span { border-color: #576F31; }
span { border-color: rgb(87,111,49); }
td.TdClassName
{
border-color: #576F31;
}
.TagClassName
{
border-color: #576F31;
}
</style>