Shades of Dark Olive Green #576A32
Tints of Dark Olive Green #576A32
RGB
CMYK
RGB Variations
Color information
#576A32 (or 0x576A32) is known color: Dark Olive Green. HEX triplet: 57, 6A and 32. RGB value is (87,106,50). Sum of RGB (Red+Green+Blue) = 87+106+50=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #576A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576A32 is #A895CD. Grayscale: #5E5E5E. Windows color (decimal): -11048398 or 3304023. OLE color: 3304023.
HSL color Cylindrical-coordinate representation of color #576A32: hue angle of 80.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #576A32 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 106 | 50 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.58 |
| HSL | 80.36º | 0.36% | 0.31% | - |
| HSV(B) | 80.36º | 0.53% | 0.42% | - |
| XYZ | 9.66 | 12.56 | 4.93 | - |
| YUV | 93.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 50 | 0.18 | 0 | 0.53 | 0.58 | 80.36 | 0.36 | 0.31 |
| Hex | 57 | 6A | 32 | 12 | 0 | 35 | 3A | 50 | 24 | 1F |
| Octal | 127 | 152 | 62 | 22 | 0 | 65 | 72 | 120 | 44 | 37 |
| Binary | 1010111 | 1101010 | 110010 | 10010 | 0 | 110101 | 111010 | 1010000 | 100100 | 11111 |
Color Harmonies of #576A32
Complementary color
Monochromatic Colors of #576A32
Black with #576A32
Text Example
Text Example
White with #576A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A32; }
p { color: rgb(87,106,50); }
H1.HeaderClassName
{
color: #576A32;
}
.AnyTagClassName
{
color: #576A32;
}
</style>
background-color css
<style>
a { background-color: #576A32; }
a { background-color: rgb(87,106,50); }
div.DivClassName
{
background-color: #576A32;
}
.BgClassName
{
background-color: #576A32;
}
</style>
border-color css
<style>
span { border-color: #576A32; }
span { border-color: rgb(87,106,50); }
td.TdClassName
{
border-color: #576A32;
}
.TagClassName
{
border-color: #576A32;
}
</style>