Shades of Olive Green #A9AA51
Tints of Olive Green #A9AA51
RGB
CMYK
RGB Variations
Color information
#A9AA51 (or 0xA9AA51) is known color: Olive Green. HEX triplet: A9, AA and 51. RGB value is (169,170,81). Sum of RGB (Red+Green+Blue) = 169+170+81=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA51 is #5655AE. Grayscale: #9F9F9F. Windows color (decimal): -5658031 or 5352105. OLE color: 5352105.
HSL color Cylindrical-coordinate representation of color #A9AA51: hue angle of 60.67º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9AA51 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 81 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.33 |
| HSL | 60.67º | 0.35% | 0.49% | - |
| HSV(B) | 60.67º | 0.52% | 0.67% | - |
| XYZ | 32.22 | 37.78 | 13.38 | - |
| YUV | 159.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 81 | 0.01 | 0 | 0.52 | 0.33 | 60.67 | 0.35 | 0.49 |
| Hex | A9 | AA | 51 | 1 | 0 | 34 | 21 | 3D | 23 | 31 |
| Octal | 251 | 252 | 121 | 1 | 0 | 64 | 41 | 75 | 43 | 61 |
| Binary | 10101001 | 10101010 | 1010001 | 1 | 0 | 110100 | 100001 | 111101 | 100011 | 110001 |
Color Harmonies of #A9AA51
Complementary color
Monochromatic Colors of #A9AA51
Black with #A9AA51
Text Example
Text Example
White with #A9AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA51; }
p { color: rgb(169,170,81); }
H1.HeaderClassName
{
color: #A9AA51;
}
.AnyTagClassName
{
color: #A9AA51;
}
</style>
background-color css
<style>
a { background-color: #A9AA51; }
a { background-color: rgb(169,170,81); }
div.DivClassName
{
background-color: #A9AA51;
}
.BgClassName
{
background-color: #A9AA51;
}
</style>
border-color css
<style>
span { border-color: #A9AA51; }
span { border-color: rgb(169,170,81); }
td.TdClassName
{
border-color: #A9AA51;
}
.TagClassName
{
border-color: #A9AA51;
}
</style>