Shades of Olive Green #ABAA64
Tints of Olive Green #ABAA64
RGB
CMYK
RGB Variations
Color information
#ABAA64 (or 0xABAA64) is known color: Olive Green. HEX triplet: AB, AA and 64. RGB value is (171,170,100). Sum of RGB (Red+Green+Blue) = 171+170+100=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA64 is #54559B. Grayscale: #A2A2A2. Windows color (decimal): -5526940 or 6597291. OLE color: 6597291.
HSL color Cylindrical-coordinate representation of color #ABAA64: hue angle of 59.15º 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 #ABAA64 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 100 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.33 |
| HSL | 59.15º | 0.3% | 0.53% | - |
| HSV(B) | 59.15º | 0.42% | 0.67% | - |
| XYZ | 33.47 | 38.33 | 17.69 | - |
| YUV | 162.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 100 | 0 | 0.01 | 0.42 | 0.33 | 59.15 | 0.3 | 0.53 |
| Hex | AB | AA | 64 | 0 | 1 | 2A | 21 | 3B | 1E | 35 |
| Octal | 253 | 252 | 144 | 0 | 1 | 52 | 41 | 73 | 36 | 65 |
| Binary | 10101011 | 10101010 | 1100100 | 0 | 1 | 101010 | 100001 | 111011 | 11110 | 110101 |
Color Harmonies of #ABAA64
Complementary color
Monochromatic Colors of #ABAA64
Black with #ABAA64
Text Example
Text Example
White with #ABAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA64; }
p { color: rgb(171,170,100); }
H1.HeaderClassName
{
color: #ABAA64;
}
.AnyTagClassName
{
color: #ABAA64;
}
</style>
background-color css
<style>
a { background-color: #ABAA64; }
a { background-color: rgb(171,170,100); }
div.DivClassName
{
background-color: #ABAA64;
}
.BgClassName
{
background-color: #ABAA64;
}
</style>
border-color css
<style>
span { border-color: #ABAA64; }
span { border-color: rgb(171,170,100); }
td.TdClassName
{
border-color: #ABAA64;
}
.TagClassName
{
border-color: #ABAA64;
}
</style>