Shades of Olive Green #ACB560
Tints of Olive Green #ACB560
RGB
CMYK
RGB Variations
Color information
#ACB560 (or 0xACB560) is known color: Olive Green. HEX triplet: AC, B5 and 60. RGB value is (172,181,96). Sum of RGB (Red+Green+Blue) = 172+181+96=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB560 is #534A9F. Grayscale: #A8A8A8. Windows color (decimal): -5458592 or 6337964. OLE color: 6337964.
HSL color Cylindrical-coordinate representation of color #ACB560: hue angle of 66.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB560 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 96 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.29 |
| HSL | 66.35º | 0.36% | 0.54% | - |
| HSV(B) | 66.35º | 0.47% | 0.71% | - |
| XYZ | 35.65 | 42.66 | 17.42 | - |
| YUV | 168.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 96 | 0.05 | 0 | 0.47 | 0.29 | 66.35 | 0.36 | 0.54 |
| Hex | AC | B5 | 60 | 5 | 0 | 2F | 1D | 42 | 24 | 36 |
| Octal | 254 | 265 | 140 | 5 | 0 | 57 | 35 | 102 | 44 | 66 |
| Binary | 10101100 | 10110101 | 1100000 | 101 | 0 | 101111 | 11101 | 1000010 | 100100 | 110110 |
Color Harmonies of #ACB560
Complementary color
Monochromatic Colors of #ACB560
Black with #ACB560
Text Example
Text Example
White with #ACB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB560; }
p { color: rgb(172,181,96); }
H1.HeaderClassName
{
color: #ACB560;
}
.AnyTagClassName
{
color: #ACB560;
}
</style>
background-color css
<style>
a { background-color: #ACB560; }
a { background-color: rgb(172,181,96); }
div.DivClassName
{
background-color: #ACB560;
}
.BgClassName
{
background-color: #ACB560;
}
</style>
border-color css
<style>
span { border-color: #ACB560; }
span { border-color: rgb(172,181,96); }
td.TdClassName
{
border-color: #ACB560;
}
.TagClassName
{
border-color: #ACB560;
}
</style>