Shades of Olive Green #AAA660
Tints of Olive Green #AAA660
RGB
CMYK
RGB Variations
Color information
#AAA660 (or 0xAAA660) is known color: Olive Green. HEX triplet: AA, A6 and 60. RGB value is (170,166,96). Sum of RGB (Red+Green+Blue) = 170+166+96=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA660 is #55599F. Grayscale: #9F9F9F. Windows color (decimal): -5593504 or 6334122. OLE color: 6334122.
HSL color Cylindrical-coordinate representation of color #AAA660: hue angle of 56.76º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA660 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 96 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.33 |
| HSL | 56.76º | 0.3% | 0.52% | - |
| HSV(B) | 56.76º | 0.44% | 0.67% | - |
| XYZ | 32.33 | 36.66 | 16.44 | - |
| YUV | 159.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 96 | 0 | 0.02 | 0.44 | 0.33 | 56.76 | 0.3 | 0.52 |
| Hex | AA | A6 | 60 | 0 | 2 | 2C | 21 | 39 | 1E | 34 |
| Octal | 252 | 246 | 140 | 0 | 2 | 54 | 41 | 71 | 36 | 64 |
| Binary | 10101010 | 10100110 | 1100000 | 0 | 10 | 101100 | 100001 | 111001 | 11110 | 110100 |
Color Harmonies of #AAA660
Complementary color
Monochromatic Colors of #AAA660
Black with #AAA660
Text Example
Text Example
White with #AAA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA660; }
p { color: rgb(170,166,96); }
H1.HeaderClassName
{
color: #AAA660;
}
.AnyTagClassName
{
color: #AAA660;
}
</style>
background-color css
<style>
a { background-color: #AAA660; }
a { background-color: rgb(170,166,96); }
div.DivClassName
{
background-color: #AAA660;
}
.BgClassName
{
background-color: #AAA660;
}
</style>
border-color css
<style>
span { border-color: #AAA660; }
span { border-color: rgb(170,166,96); }
td.TdClassName
{
border-color: #AAA660;
}
.TagClassName
{
border-color: #AAA660;
}
</style>