Shades of Olive Green #A9AA5A
Tints of Olive Green #A9AA5A
RGB
CMYK
RGB Variations
Color information
#A9AA5A (or 0xA9AA5A) is known color: Olive Green. HEX triplet: A9, AA and 5A. RGB value is (169,170,90). Sum of RGB (Red+Green+Blue) = 169+170+90=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA5A is #5655A5. Grayscale: #A0A0A0. Windows color (decimal): -5658022 or 5941929. OLE color: 5941929.
HSL color Cylindrical-coordinate representation of color #A9AA5A: hue angle of 60.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9AA5A is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 90 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.33 |
| HSL | 60.75º | 0.32% | 0.51% | - |
| HSV(B) | 60.75º | 0.47% | 0.67% | - |
| XYZ | 32.58 | 37.92 | 15.28 | - |
| YUV | 160.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 90 | 0.01 | 0 | 0.47 | 0.33 | 60.75 | 0.32 | 0.51 |
| Hex | A9 | AA | 5A | 1 | 0 | 2F | 21 | 3D | 20 | 33 |
| Octal | 251 | 252 | 132 | 1 | 0 | 57 | 41 | 75 | 40 | 63 |
| Binary | 10101001 | 10101010 | 1011010 | 1 | 0 | 101111 | 100001 | 111101 | 100000 | 110011 |
Color Harmonies of #A9AA5A
Complementary color
Monochromatic Colors of #A9AA5A
Black with #A9AA5A
Text Example
Text Example
White with #A9AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA5A; }
p { color: rgb(169,170,90); }
H1.HeaderClassName
{
color: #A9AA5A;
}
.AnyTagClassName
{
color: #A9AA5A;
}
</style>
background-color css
<style>
a { background-color: #A9AA5A; }
a { background-color: rgb(169,170,90); }
div.DivClassName
{
background-color: #A9AA5A;
}
.BgClassName
{
background-color: #A9AA5A;
}
</style>
border-color css
<style>
span { border-color: #A9AA5A; }
span { border-color: rgb(169,170,90); }
td.TdClassName
{
border-color: #A9AA5A;
}
.TagClassName
{
border-color: #A9AA5A;
}
</style>