Shades of Olive Green #AAAB55
Tints of Olive Green #AAAB55
RGB
CMYK
RGB Variations
Color information
#AAAB55 (or 0xAAAB55) is known color: Olive Green. HEX triplet: AA, AB and 55. RGB value is (170,171,85). Sum of RGB (Red+Green+Blue) = 170+171+85=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB55 is #5554AA. Grayscale: #A1A1A1. Windows color (decimal): -5592235 or 5614506. OLE color: 5614506.
HSL color Cylindrical-coordinate representation of color #AAAB55: hue angle of 60.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAAB55 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 85 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.33 |
| HSL | 60.7º | 0.34% | 0.5% | - |
| HSV(B) | 60.7º | 0.5% | 0.67% | - |
| XYZ | 32.78 | 38.33 | 14.26 | - |
| YUV | 160.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 85 | 0.01 | 0 | 0.50 | 0.33 | 60.7 | 0.34 | 0.5 |
| Hex | AA | AB | 55 | 1 | 0 | 32 | 21 | 3D | 22 | 32 |
| Octal | 252 | 253 | 125 | 1 | 0 | 62 | 41 | 75 | 42 | 62 |
| Binary | 10101010 | 10101011 | 1010101 | 1 | 0 | 110010 | 100001 | 111101 | 100010 | 110010 |
Color Harmonies of #AAAB55
Complementary color
Monochromatic Colors of #AAAB55
Black with #AAAB55
Text Example
Text Example
White with #AAAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB55; }
p { color: rgb(170,171,85); }
H1.HeaderClassName
{
color: #AAAB55;
}
.AnyTagClassName
{
color: #AAAB55;
}
</style>
background-color css
<style>
a { background-color: #AAAB55; }
a { background-color: rgb(170,171,85); }
div.DivClassName
{
background-color: #AAAB55;
}
.BgClassName
{
background-color: #AAAB55;
}
</style>
border-color css
<style>
span { border-color: #AAAB55; }
span { border-color: rgb(170,171,85); }
td.TdClassName
{
border-color: #AAAB55;
}
.TagClassName
{
border-color: #AAAB55;
}
</style>