Shades of Olive Green #ACAB64
Tints of Olive Green #ACAB64
RGB
CMYK
RGB Variations
Color information
#ACAB64 (or 0xACAB64) is known color: Olive Green. HEX triplet: AC, AB and 64. RGB value is (172,171,100). Sum of RGB (Red+Green+Blue) = 172+171+100=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB64 is #53549B. Grayscale: #A3A3A3. Windows color (decimal): -5461148 or 6597548. OLE color: 6597548.
HSL color Cylindrical-coordinate representation of color #ACAB64: hue angle of 59.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACAB64 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 100 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.33 |
| HSL | 59.17º | 0.3% | 0.53% | - |
| HSV(B) | 59.17º | 0.42% | 0.67% | - |
| XYZ | 33.88 | 38.82 | 17.76 | - |
| YUV | 163.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 100 | 0 | 0.01 | 0.42 | 0.33 | 59.17 | 0.3 | 0.53 |
| Hex | AC | AB | 64 | 0 | 1 | 2A | 21 | 3B | 1E | 35 |
| Octal | 254 | 253 | 144 | 0 | 1 | 52 | 41 | 73 | 36 | 65 |
| Binary | 10101100 | 10101011 | 1100100 | 0 | 1 | 101010 | 100001 | 111011 | 11110 | 110101 |
Color Harmonies of #ACAB64
Complementary color
Monochromatic Colors of #ACAB64
Black with #ACAB64
Text Example
Text Example
White with #ACAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB64; }
p { color: rgb(172,171,100); }
H1.HeaderClassName
{
color: #ACAB64;
}
.AnyTagClassName
{
color: #ACAB64;
}
</style>
background-color css
<style>
a { background-color: #ACAB64; }
a { background-color: rgb(172,171,100); }
div.DivClassName
{
background-color: #ACAB64;
}
.BgClassName
{
background-color: #ACAB64;
}
</style>
border-color css
<style>
span { border-color: #ACAB64; }
span { border-color: rgb(172,171,100); }
td.TdClassName
{
border-color: #ACAB64;
}
.TagClassName
{
border-color: #ACAB64;
}
</style>