Shades of Olive Green #ACB964
Tints of Olive Green #ACB964
RGB
CMYK
RGB Variations
Color information
#ACB964 (or 0xACB964) is known color: Olive Green. HEX triplet: AC, B9 and 64. RGB value is (172,185,100). Sum of RGB (Red+Green+Blue) = 172+185+100=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB964 is #53469B. Grayscale: #ABABAB. Windows color (decimal): -5457564 or 6601132. OLE color: 6601132.
HSL color Cylindrical-coordinate representation of color #ACB964: hue angle of 69.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB964 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 100 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.27 |
| HSL | 69.18º | 0.38% | 0.56% | - |
| HSV(B) | 69.18º | 0.46% | 0.73% | - |
| XYZ | 36.66 | 44.39 | 18.69 | - |
| YUV | 171.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 100 | 0.07 | 0 | 0.46 | 0.27 | 69.18 | 0.38 | 0.56 |
| Hex | AC | B9 | 64 | 7 | 0 | 2E | 1B | 45 | 26 | 38 |
| Octal | 254 | 271 | 144 | 7 | 0 | 56 | 33 | 105 | 46 | 70 |
| Binary | 10101100 | 10111001 | 1100100 | 111 | 0 | 101110 | 11011 | 1000101 | 100110 | 111000 |
Color Harmonies of #ACB964
Complementary color
Monochromatic Colors of #ACB964
Black with #ACB964
Text Example
Text Example
White with #ACB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB964; }
p { color: rgb(172,185,100); }
H1.HeaderClassName
{
color: #ACB964;
}
.AnyTagClassName
{
color: #ACB964;
}
</style>
background-color css
<style>
a { background-color: #ACB964; }
a { background-color: rgb(172,185,100); }
div.DivClassName
{
background-color: #ACB964;
}
.BgClassName
{
background-color: #ACB964;
}
</style>
border-color css
<style>
span { border-color: #ACB964; }
span { border-color: rgb(172,185,100); }
td.TdClassName
{
border-color: #ACB964;
}
.TagClassName
{
border-color: #ACB964;
}
</style>