Shades of Olive Green #ABAC64
Tints of Olive Green #ABAC64
RGB
CMYK
RGB Variations
Color information
#ABAC64 (or 0xABAC64) is known color: Olive Green. HEX triplet: AB, AC and 64. RGB value is (171,172,100). Sum of RGB (Red+Green+Blue) = 171+172+100=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC64 is #54539B. Grayscale: #A3A3A3. Windows color (decimal): -5526428 or 6597803. OLE color: 6597803.
HSL color Cylindrical-coordinate representation of color #ABAC64: hue angle of 60.83º 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 #ABAC64 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 100 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.33 |
| HSL | 60.83º | 0.3% | 0.53% | - |
| HSV(B) | 60.83º | 0.42% | 0.67% | - |
| XYZ | 33.85 | 39.08 | 17.82 | - |
| YUV | 163.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 100 | 0.01 | 0 | 0.42 | 0.33 | 60.83 | 0.3 | 0.53 |
| Hex | AB | AC | 64 | 1 | 0 | 2A | 21 | 3D | 1E | 35 |
| Octal | 253 | 254 | 144 | 1 | 0 | 52 | 41 | 75 | 36 | 65 |
| Binary | 10101011 | 10101100 | 1100100 | 1 | 0 | 101010 | 100001 | 111101 | 11110 | 110101 |
Color Harmonies of #ABAC64
Complementary color
Monochromatic Colors of #ABAC64
Black with #ABAC64
Text Example
Text Example
White with #ABAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC64; }
p { color: rgb(171,172,100); }
H1.HeaderClassName
{
color: #ABAC64;
}
.AnyTagClassName
{
color: #ABAC64;
}
</style>
background-color css
<style>
a { background-color: #ABAC64; }
a { background-color: rgb(171,172,100); }
div.DivClassName
{
background-color: #ABAC64;
}
.BgClassName
{
background-color: #ABAC64;
}
</style>
border-color css
<style>
span { border-color: #ABAC64; }
span { border-color: rgb(171,172,100); }
td.TdClassName
{
border-color: #ABAC64;
}
.TagClassName
{
border-color: #ABAC64;
}
</style>