Shades of Olive Green #AAB960
Tints of Olive Green #AAB960
RGB
CMYK
RGB Variations
Color information
#AAB960 (or 0xAAB960) is known color: Olive Green. HEX triplet: AA, B9 and 60. RGB value is (170,185,96). Sum of RGB (Red+Green+Blue) = 170+185+96=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB960 is #55469F. Grayscale: #AAAAAA. Windows color (decimal): -5588640 or 6338986. OLE color: 6338986.
HSL color Cylindrical-coordinate representation of color #AAB960: hue angle of 70.11º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB960 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 96 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.27 |
| HSL | 70.11º | 0.39% | 0.55% | - |
| HSV(B) | 70.11º | 0.48% | 0.73% | - |
| XYZ | 36.04 | 44.09 | 17.68 | - |
| YUV | 170.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 96 | 0.08 | 0 | 0.48 | 0.27 | 70.11 | 0.39 | 0.55 |
| Hex | AA | B9 | 60 | 8 | 0 | 30 | 1B | 46 | 27 | 37 |
| Octal | 252 | 271 | 140 | 10 | 0 | 60 | 33 | 106 | 47 | 67 |
| Binary | 10101010 | 10111001 | 1100000 | 1000 | 0 | 110000 | 11011 | 1000110 | 100111 | 110111 |
Color Harmonies of #AAB960
Complementary color
Monochromatic Colors of #AAB960
Black with #AAB960
Text Example
Text Example
White with #AAB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB960; }
p { color: rgb(170,185,96); }
H1.HeaderClassName
{
color: #AAB960;
}
.AnyTagClassName
{
color: #AAB960;
}
</style>
background-color css
<style>
a { background-color: #AAB960; }
a { background-color: rgb(170,185,96); }
div.DivClassName
{
background-color: #AAB960;
}
.BgClassName
{
background-color: #AAB960;
}
</style>
border-color css
<style>
span { border-color: #AAB960; }
span { border-color: rgb(170,185,96); }
td.TdClassName
{
border-color: #AAB960;
}
.TagClassName
{
border-color: #AAB960;
}
</style>