Shades of Olive Green #ACB967
Tints of Olive Green #ACB967
RGB
CMYK
RGB Variations
Color information
#ACB967 (or 0xACB967) is known color: Olive Green. HEX triplet: AC, B9 and 67. RGB value is (172,185,103). Sum of RGB (Red+Green+Blue) = 172+185+103=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB967 is #534698. Grayscale: #ACACAC. Windows color (decimal): -5457561 or 6797740. OLE color: 6797740.
HSL color Cylindrical-coordinate representation of color #ACB967: hue angle of 69.51º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB967 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 103 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.27 |
| HSL | 69.51º | 0.37% | 0.56% | - |
| HSV(B) | 69.51º | 0.44% | 0.73% | - |
| XYZ | 36.81 | 44.45 | 19.47 | - |
| YUV | 171.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 103 | 0.07 | 0 | 0.44 | 0.27 | 69.51 | 0.37 | 0.56 |
| Hex | AC | B9 | 67 | 7 | 0 | 2C | 1B | 46 | 25 | 38 |
| Octal | 254 | 271 | 147 | 7 | 0 | 54 | 33 | 106 | 45 | 70 |
| Binary | 10101100 | 10111001 | 1100111 | 111 | 0 | 101100 | 11011 | 1000110 | 100101 | 111000 |
Color Harmonies of #ACB967
Complementary color
Monochromatic Colors of #ACB967
Black with #ACB967
Text Example
Text Example
White with #ACB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB967; }
p { color: rgb(172,185,103); }
H1.HeaderClassName
{
color: #ACB967;
}
.AnyTagClassName
{
color: #ACB967;
}
</style>
background-color css
<style>
a { background-color: #ACB967; }
a { background-color: rgb(172,185,103); }
div.DivClassName
{
background-color: #ACB967;
}
.BgClassName
{
background-color: #ACB967;
}
</style>
border-color css
<style>
span { border-color: #ACB967; }
span { border-color: rgb(172,185,103); }
td.TdClassName
{
border-color: #ACB967;
}
.TagClassName
{
border-color: #ACB967;
}
</style>