Shades of Olive Green #ACB160
Tints of Olive Green #ACB160
RGB
CMYK
RGB Variations
Color information
#ACB160 (or 0xACB160) is known color: Olive Green. HEX triplet: AC, B1 and 60. RGB value is (172,177,96). Sum of RGB (Red+Green+Blue) = 172+177+96=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB160 is #534E9F. Grayscale: #A6A6A6. Windows color (decimal): -5459616 or 6336940. OLE color: 6336940.
HSL color Cylindrical-coordinate representation of color #ACB160: hue angle of 63.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB160 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 96 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.31 |
| HSL | 63.7º | 0.34% | 0.54% | - |
| HSV(B) | 63.7º | 0.46% | 0.69% | - |
| XYZ | 34.85 | 41.06 | 17.15 | - |
| YUV | 166.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 96 | 0.03 | 0 | 0.46 | 0.31 | 63.7 | 0.34 | 0.54 |
| Hex | AC | B1 | 60 | 3 | 0 | 2E | 1F | 40 | 22 | 36 |
| Octal | 254 | 261 | 140 | 3 | 0 | 56 | 37 | 100 | 42 | 66 |
| Binary | 10101100 | 10110001 | 1100000 | 11 | 0 | 101110 | 11111 | 1000000 | 100010 | 110110 |
Color Harmonies of #ACB160
Complementary color
Monochromatic Colors of #ACB160
Black with #ACB160
Text Example
Text Example
White with #ACB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB160; }
p { color: rgb(172,177,96); }
H1.HeaderClassName
{
color: #ACB160;
}
.AnyTagClassName
{
color: #ACB160;
}
</style>
background-color css
<style>
a { background-color: #ACB160; }
a { background-color: rgb(172,177,96); }
div.DivClassName
{
background-color: #ACB160;
}
.BgClassName
{
background-color: #ACB160;
}
</style>
border-color css
<style>
span { border-color: #ACB160; }
span { border-color: rgb(172,177,96); }
td.TdClassName
{
border-color: #ACB160;
}
.TagClassName
{
border-color: #ACB160;
}
</style>