Shades of Dark Olive Green #576732
Tints of Dark Olive Green #576732
RGB
CMYK
RGB Variations
Color information
#576732 (or 0x576732) is known color: Dark Olive Green. HEX triplet: 57, 67 and 32. RGB value is (87,103,50). Sum of RGB (Red+Green+Blue) = 87+103+50=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #576732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576732 is #A898CD. Grayscale: #5C5C5C. Windows color (decimal): -11049166 or 3303255. OLE color: 3303255.
HSL color Cylindrical-coordinate representation of color #576732: hue angle of 78.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #576732 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 50 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.60 |
| HSL | 78.11º | 0.35% | 0.3% | - |
| HSV(B) | 78.11º | 0.51% | 0.4% | - |
| XYZ | 9.36 | 11.96 | 4.83 | - |
| YUV | 92.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 50 | 0.16 | 0 | 0.51 | 0.60 | 78.11 | 0.35 | 0.3 |
| Hex | 57 | 67 | 32 | 10 | 0 | 33 | 3C | 4E | 23 | 1E |
| Octal | 127 | 147 | 62 | 20 | 0 | 63 | 74 | 116 | 43 | 36 |
| Binary | 1010111 | 1100111 | 110010 | 10000 | 0 | 110011 | 111100 | 1001110 | 100011 | 11110 |
Color Harmonies of #576732
Complementary color
Monochromatic Colors of #576732
Black with #576732
Text Example
Text Example
White with #576732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576732; }
p { color: rgb(87,103,50); }
H1.HeaderClassName
{
color: #576732;
}
.AnyTagClassName
{
color: #576732;
}
</style>
background-color css
<style>
a { background-color: #576732; }
a { background-color: rgb(87,103,50); }
div.DivClassName
{
background-color: #576732;
}
.BgClassName
{
background-color: #576732;
}
</style>
border-color css
<style>
span { border-color: #576732; }
span { border-color: rgb(87,103,50); }
td.TdClassName
{
border-color: #576732;
}
.TagClassName
{
border-color: #576732;
}
</style>