Shades of Olive Green #A9A959
Tints of Olive Green #A9A959
RGB
CMYK
RGB Variations
Color information
#A9A959 (or 0xA9A959) is known color: Olive Green. HEX triplet: A9, A9 and 59. RGB value is (169,169,89). Sum of RGB (Red+Green+Blue) = 169+169+89=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A959 is #5656A6. Grayscale: #A0A0A0. Windows color (decimal): -5658279 or 5876137. OLE color: 5876137.
HSL color Cylindrical-coordinate representation of color #A9A959: hue angle of 60º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9A959 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 169 | 89 | - |
| CMYK | 0 | 0 | 0.47 | 0.34 |
| HSL | 60º | 0.32% | 0.51% | - |
| HSV(B) | 60º | 0.47% | 0.66% | - |
| XYZ | 32.35 | 37.53 | 14.99 | - |
| YUV | 159.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 169 | 89 | 0 | 0 | 0.47 | 0.34 | 60 | 0.32 | 0.51 |
| Hex | A9 | A9 | 59 | 0 | 0 | 2F | 22 | 3C | 20 | 33 |
| Octal | 251 | 251 | 131 | 0 | 0 | 57 | 42 | 74 | 40 | 63 |
| Binary | 10101001 | 10101001 | 1011001 | 0 | 0 | 101111 | 100010 | 111100 | 100000 | 110011 |
Color Harmonies of #A9A959
Complementary color
Monochromatic Colors of #A9A959
Black with #A9A959
Text Example
Text Example
White with #A9A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A959; }
p { color: rgb(169,169,89); }
H1.HeaderClassName
{
color: #A9A959;
}
.AnyTagClassName
{
color: #A9A959;
}
</style>
background-color css
<style>
a { background-color: #A9A959; }
a { background-color: rgb(169,169,89); }
div.DivClassName
{
background-color: #A9A959;
}
.BgClassName
{
background-color: #A9A959;
}
</style>
border-color css
<style>
span { border-color: #A9A959; }
span { border-color: rgb(169,169,89); }
td.TdClassName
{
border-color: #A9A959;
}
.TagClassName
{
border-color: #A9A959;
}
</style>