Shades of Olive Green #ACB860
Tints of Olive Green #ACB860
RGB
CMYK
RGB Variations
Color information
#ACB860 (or 0xACB860) is known color: Olive Green. HEX triplet: AC, B8 and 60. RGB value is (172,184,96). Sum of RGB (Red+Green+Blue) = 172+184+96=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB860 is #53479F. Grayscale: #AAAAAA. Windows color (decimal): -5457824 or 6338732. OLE color: 6338732.
HSL color Cylindrical-coordinate representation of color #ACB860: hue angle of 68.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB860 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 96 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.28 |
| HSL | 68.18º | 0.38% | 0.55% | - |
| HSV(B) | 68.18º | 0.48% | 0.72% | - |
| XYZ | 36.27 | 43.9 | 17.63 | - |
| YUV | 170.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 96 | 0.07 | 0 | 0.48 | 0.28 | 68.18 | 0.38 | 0.55 |
| Hex | AC | B8 | 60 | 7 | 0 | 30 | 1C | 44 | 26 | 37 |
| Octal | 254 | 270 | 140 | 7 | 0 | 60 | 34 | 104 | 46 | 67 |
| Binary | 10101100 | 10111000 | 1100000 | 111 | 0 | 110000 | 11100 | 1000100 | 100110 | 110111 |
Color Harmonies of #ACB860
Complementary color
Monochromatic Colors of #ACB860
Black with #ACB860
Text Example
Text Example
White with #ACB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB860; }
p { color: rgb(172,184,96); }
H1.HeaderClassName
{
color: #ACB860;
}
.AnyTagClassName
{
color: #ACB860;
}
</style>
background-color css
<style>
a { background-color: #ACB860; }
a { background-color: rgb(172,184,96); }
div.DivClassName
{
background-color: #ACB860;
}
.BgClassName
{
background-color: #ACB860;
}
</style>
border-color css
<style>
span { border-color: #ACB860; }
span { border-color: rgb(172,184,96); }
td.TdClassName
{
border-color: #ACB860;
}
.TagClassName
{
border-color: #ACB860;
}
</style>