Shades of Olive Green #ACB261
Tints of Olive Green #ACB261
RGB
CMYK
RGB Variations
Color information
#ACB261 (or 0xACB261) is known color: Olive Green. HEX triplet: AC, B2 and 61. RGB value is (172,178,97). Sum of RGB (Red+Green+Blue) = 172+178+97=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB261 is #534D9E. Grayscale: #A7A7A7. Windows color (decimal): -5459359 or 6402732. OLE color: 6402732.
HSL color Cylindrical-coordinate representation of color #ACB261: hue angle of 64.44º degrees, saturation: 0.34, 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 #ACB261 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 97 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.30 |
| HSL | 64.44º | 0.34% | 0.54% | - |
| HSV(B) | 64.44º | 0.46% | 0.7% | - |
| XYZ | 35.09 | 41.47 | 17.47 | - |
| YUV | 166.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 97 | 0.03 | 0 | 0.46 | 0.30 | 64.44 | 0.34 | 0.54 |
| Hex | AC | B2 | 61 | 3 | 0 | 2E | 1E | 40 | 22 | 36 |
| Octal | 254 | 262 | 141 | 3 | 0 | 56 | 36 | 100 | 42 | 66 |
| Binary | 10101100 | 10110010 | 1100001 | 11 | 0 | 101110 | 11110 | 1000000 | 100010 | 110110 |
Color Harmonies of #ACB261
Complementary color
Monochromatic Colors of #ACB261
Black with #ACB261
Text Example
Text Example
White with #ACB261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB261; }
p { color: rgb(172,178,97); }
H1.HeaderClassName
{
color: #ACB261;
}
.AnyTagClassName
{
color: #ACB261;
}
</style>
background-color css
<style>
a { background-color: #ACB261; }
a { background-color: rgb(172,178,97); }
div.DivClassName
{
background-color: #ACB261;
}
.BgClassName
{
background-color: #ACB261;
}
</style>
border-color css
<style>
span { border-color: #ACB261; }
span { border-color: rgb(172,178,97); }
td.TdClassName
{
border-color: #ACB261;
}
.TagClassName
{
border-color: #ACB261;
}
</style>