Shades of Olive Green #ACB963
Tints of Olive Green #ACB963
RGB
CMYK
RGB Variations
Color information
#ACB963 (or 0xACB963) is known color: Olive Green. HEX triplet: AC, B9 and 63. RGB value is (172,185,99). Sum of RGB (Red+Green+Blue) = 172+185+99=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB963 is #53469C. Grayscale: #ABABAB. Windows color (decimal): -5457565 or 6535596. OLE color: 6535596.
HSL color Cylindrical-coordinate representation of color #ACB963: hue angle of 69.07º 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 #ACB963 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 99 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.27 |
| HSL | 69.07º | 0.38% | 0.56% | - |
| HSV(B) | 69.07º | 0.46% | 0.73% | - |
| XYZ | 36.61 | 44.37 | 18.44 | - |
| YUV | 171.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 99 | 0.07 | 0 | 0.46 | 0.27 | 69.07 | 0.38 | 0.56 |
| Hex | AC | B9 | 63 | 7 | 0 | 2E | 1B | 45 | 26 | 38 |
| Octal | 254 | 271 | 143 | 7 | 0 | 56 | 33 | 105 | 46 | 70 |
| Binary | 10101100 | 10111001 | 1100011 | 111 | 0 | 101110 | 11011 | 1000101 | 100110 | 111000 |
Color Harmonies of #ACB963
Complementary color
Monochromatic Colors of #ACB963
Black with #ACB963
Text Example
Text Example
White with #ACB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB963; }
p { color: rgb(172,185,99); }
H1.HeaderClassName
{
color: #ACB963;
}
.AnyTagClassName
{
color: #ACB963;
}
</style>
background-color css
<style>
a { background-color: #ACB963; }
a { background-color: rgb(172,185,99); }
div.DivClassName
{
background-color: #ACB963;
}
.BgClassName
{
background-color: #ACB963;
}
</style>
border-color css
<style>
span { border-color: #ACB963; }
span { border-color: rgb(172,185,99); }
td.TdClassName
{
border-color: #ACB963;
}
.TagClassName
{
border-color: #ACB963;
}
</style>