Shades of Olive Green #ACB960
Tints of Olive Green #ACB960
RGB
CMYK
RGB Variations
Color information
#ACB960 (or 0xACB960) is known color: Olive Green. HEX triplet: AC, B9 and 60. RGB value is (172,185,96). Sum of RGB (Red+Green+Blue) = 172+185+96=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB960 is #53469F. Grayscale: #ABABAB. Windows color (decimal): -5457568 or 6338988. OLE color: 6338988.
HSL color Cylindrical-coordinate representation of color #ACB960: hue angle of 68.76º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB960 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 96 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.27 |
| HSL | 68.76º | 0.39% | 0.55% | - |
| HSV(B) | 68.76º | 0.48% | 0.73% | - |
| XYZ | 36.47 | 44.31 | 17.7 | - |
| YUV | 170.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 96 | 0.07 | 0 | 0.48 | 0.27 | 68.76 | 0.39 | 0.55 |
| Hex | AC | B9 | 60 | 7 | 0 | 30 | 1B | 45 | 27 | 37 |
| Octal | 254 | 271 | 140 | 7 | 0 | 60 | 33 | 105 | 47 | 67 |
| Binary | 10101100 | 10111001 | 1100000 | 111 | 0 | 110000 | 11011 | 1000101 | 100111 | 110111 |
Color Harmonies of #ACB960
Complementary color
Monochromatic Colors of #ACB960
Black with #ACB960
Text Example
Text Example
White with #ACB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB960; }
p { color: rgb(172,185,96); }
H1.HeaderClassName
{
color: #ACB960;
}
.AnyTagClassName
{
color: #ACB960;
}
</style>
background-color css
<style>
a { background-color: #ACB960; }
a { background-color: rgb(172,185,96); }
div.DivClassName
{
background-color: #ACB960;
}
.BgClassName
{
background-color: #ACB960;
}
</style>
border-color css
<style>
span { border-color: #ACB960; }
span { border-color: rgb(172,185,96); }
td.TdClassName
{
border-color: #ACB960;
}
.TagClassName
{
border-color: #ACB960;
}
</style>