Shades of Olive Green #ACB966
Tints of Olive Green #ACB966
RGB
CMYK
RGB Variations
Color information
#ACB966 (or 0xACB966) is known color: Olive Green. HEX triplet: AC, B9 and 66. RGB value is (172,185,102). Sum of RGB (Red+Green+Blue) = 172+185+102=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB966 is #534699. Grayscale: #ABABAB. Windows color (decimal): -5457562 or 6732204. OLE color: 6732204.
HSL color Cylindrical-coordinate representation of color #ACB966: hue angle of 69.4º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB966 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 102 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.27 |
| HSL | 69.4º | 0.37% | 0.56% | - |
| HSV(B) | 69.4º | 0.45% | 0.73% | - |
| XYZ | 36.76 | 44.43 | 19.21 | - |
| YUV | 171.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 102 | 0.07 | 0 | 0.45 | 0.27 | 69.4 | 0.37 | 0.56 |
| Hex | AC | B9 | 66 | 7 | 0 | 2D | 1B | 45 | 25 | 38 |
| Octal | 254 | 271 | 146 | 7 | 0 | 55 | 33 | 105 | 45 | 70 |
| Binary | 10101100 | 10111001 | 1100110 | 111 | 0 | 101101 | 11011 | 1000101 | 100101 | 111000 |
Color Harmonies of #ACB966
Complementary color
Monochromatic Colors of #ACB966
Black with #ACB966
Text Example
Text Example
White with #ACB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB966; }
p { color: rgb(172,185,102); }
H1.HeaderClassName
{
color: #ACB966;
}
.AnyTagClassName
{
color: #ACB966;
}
</style>
background-color css
<style>
a { background-color: #ACB966; }
a { background-color: rgb(172,185,102); }
div.DivClassName
{
background-color: #ACB966;
}
.BgClassName
{
background-color: #ACB966;
}
</style>
border-color css
<style>
span { border-color: #ACB966; }
span { border-color: rgb(172,185,102); }
td.TdClassName
{
border-color: #ACB966;
}
.TagClassName
{
border-color: #ACB966;
}
</style>