Shades of Olive Green #ACB260
Tints of Olive Green #ACB260
RGB
CMYK
RGB Variations
Color information
#ACB260 (or 0xACB260) is known color: Olive Green. HEX triplet: AC, B2 and 60. RGB value is (172,178,96). Sum of RGB (Red+Green+Blue) = 172+178+96=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB260 is #534D9F. Grayscale: #A7A7A7. Windows color (decimal): -5459360 or 6337196. OLE color: 6337196.
HSL color Cylindrical-coordinate representation of color #ACB260: hue angle of 64.39º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB260 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 96 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.30 |
| HSL | 64.39º | 0.35% | 0.54% | - |
| HSV(B) | 64.39º | 0.46% | 0.7% | - |
| XYZ | 35.04 | 41.46 | 17.22 | - |
| YUV | 166.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 96 | 0.03 | 0 | 0.46 | 0.30 | 64.39 | 0.35 | 0.54 |
| Hex | AC | B2 | 60 | 3 | 0 | 2E | 1E | 40 | 23 | 36 |
| Octal | 254 | 262 | 140 | 3 | 0 | 56 | 36 | 100 | 43 | 66 |
| Binary | 10101100 | 10110010 | 1100000 | 11 | 0 | 101110 | 11110 | 1000000 | 100011 | 110110 |
Color Harmonies of #ACB260
Complementary color
Monochromatic Colors of #ACB260
Black with #ACB260
Text Example
Text Example
White with #ACB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB260; }
p { color: rgb(172,178,96); }
H1.HeaderClassName
{
color: #ACB260;
}
.AnyTagClassName
{
color: #ACB260;
}
</style>
background-color css
<style>
a { background-color: #ACB260; }
a { background-color: rgb(172,178,96); }
div.DivClassName
{
background-color: #ACB260;
}
.BgClassName
{
background-color: #ACB260;
}
</style>
border-color css
<style>
span { border-color: #ACB260; }
span { border-color: rgb(172,178,96); }
td.TdClassName
{
border-color: #ACB260;
}
.TagClassName
{
border-color: #ACB260;
}
</style>