Shades of Olive Green #ABAA63
Tints of Olive Green #ABAA63
RGB
CMYK
RGB Variations
Color information
#ABAA63 (or 0xABAA63) is known color: Olive Green. HEX triplet: AB, AA and 63. RGB value is (171,170,99). Sum of RGB (Red+Green+Blue) = 171+170+99=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA63 is #54559C. Grayscale: #A2A2A2. Windows color (decimal): -5526941 or 6531755. OLE color: 6531755.
HSL color Cylindrical-coordinate representation of color #ABAA63: 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 #ABAA63 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 99 | - |
| 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.42 | 38.31 | 17.44 | - |
| YUV | 162.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 99 | 0 | 0.01 | 0.42 | 0.33 | 59.17 | 0.3 | 0.53 |
| Hex | AB | AA | 63 | 0 | 1 | 2A | 21 | 3B | 1E | 35 |
| Octal | 253 | 252 | 143 | 0 | 1 | 52 | 41 | 73 | 36 | 65 |
| Binary | 10101011 | 10101010 | 1100011 | 0 | 1 | 101010 | 100001 | 111011 | 11110 | 110101 |
Color Harmonies of #ABAA63
Complementary color
Monochromatic Colors of #ABAA63
Black with #ABAA63
Text Example
Text Example
White with #ABAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA63; }
p { color: rgb(171,170,99); }
H1.HeaderClassName
{
color: #ABAA63;
}
.AnyTagClassName
{
color: #ABAA63;
}
</style>
background-color css
<style>
a { background-color: #ABAA63; }
a { background-color: rgb(171,170,99); }
div.DivClassName
{
background-color: #ABAA63;
}
.BgClassName
{
background-color: #ABAA63;
}
</style>
border-color css
<style>
span { border-color: #ABAA63; }
span { border-color: rgb(171,170,99); }
td.TdClassName
{
border-color: #ABAA63;
}
.TagClassName
{
border-color: #ABAA63;
}
</style>