Shades of Olive Green #A9A65E
Tints of Olive Green #A9A65E
RGB
CMYK
RGB Variations
Color information
#A9A65E (or 0xA9A65E) is known color: Olive Green. HEX triplet: A9, A6 and 5E. RGB value is (169,166,94). Sum of RGB (Red+Green+Blue) = 169+166+94=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A65E is #5659A1. Grayscale: #9E9E9E. Windows color (decimal): -5659042 or 6203049. OLE color: 6203049.
HSL color Cylindrical-coordinate representation of color #A9A65E: hue angle of 57.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9A65E is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 94 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.34 |
| HSL | 57.6º | 0.3% | 0.52% | - |
| HSV(B) | 57.6º | 0.44% | 0.66% | - |
| XYZ | 32.02 | 36.52 | 15.95 | - |
| YUV | 158.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 94 | 0 | 0.02 | 0.44 | 0.34 | 57.6 | 0.3 | 0.52 |
| Hex | A9 | A6 | 5E | 0 | 2 | 2C | 22 | 3A | 1E | 34 |
| Octal | 251 | 246 | 136 | 0 | 2 | 54 | 42 | 72 | 36 | 64 |
| Binary | 10101001 | 10100110 | 1011110 | 0 | 10 | 101100 | 100010 | 111010 | 11110 | 110100 |
Color Harmonies of #A9A65E
Complementary color
Monochromatic Colors of #A9A65E
Black with #A9A65E
Text Example
Text Example
White with #A9A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A65E; }
p { color: rgb(169,166,94); }
H1.HeaderClassName
{
color: #A9A65E;
}
.AnyTagClassName
{
color: #A9A65E;
}
</style>
background-color css
<style>
a { background-color: #A9A65E; }
a { background-color: rgb(169,166,94); }
div.DivClassName
{
background-color: #A9A65E;
}
.BgClassName
{
background-color: #A9A65E;
}
</style>
border-color css
<style>
span { border-color: #A9A65E; }
span { border-color: rgb(169,166,94); }
td.TdClassName
{
border-color: #A9A65E;
}
.TagClassName
{
border-color: #A9A65E;
}
</style>