Shades of Olive Green #A9A75E
Tints of Olive Green #A9A75E
RGB
CMYK
RGB Variations
Color information
#A9A75E (or 0xA9A75E) is known color: Olive Green. HEX triplet: A9, A7 and 5E. RGB value is (169,167,94). Sum of RGB (Red+Green+Blue) = 169+167+94=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A75E is #5658A1. Grayscale: #9F9F9F. Windows color (decimal): -5658786 or 6203305. OLE color: 6203305.
HSL color Cylindrical-coordinate representation of color #A9A75E: hue angle of 58.4º 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 #A9A75E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 94 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.34 |
| HSL | 58.4º | 0.3% | 0.52% | - |
| HSV(B) | 58.4º | 0.44% | 0.66% | - |
| XYZ | 32.2 | 36.88 | 16.01 | - |
| YUV | 159.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 94 | 0 | 0.01 | 0.44 | 0.34 | 58.4 | 0.3 | 0.52 |
| Hex | A9 | A7 | 5E | 0 | 1 | 2C | 22 | 3A | 1E | 34 |
| Octal | 251 | 247 | 136 | 0 | 1 | 54 | 42 | 72 | 36 | 64 |
| Binary | 10101001 | 10100111 | 1011110 | 0 | 1 | 101100 | 100010 | 111010 | 11110 | 110100 |
Color Harmonies of #A9A75E
Complementary color
Monochromatic Colors of #A9A75E
Black with #A9A75E
Text Example
Text Example
White with #A9A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A75E; }
p { color: rgb(169,167,94); }
H1.HeaderClassName
{
color: #A9A75E;
}
.AnyTagClassName
{
color: #A9A75E;
}
</style>
background-color css
<style>
a { background-color: #A9A75E; }
a { background-color: rgb(169,167,94); }
div.DivClassName
{
background-color: #A9A75E;
}
.BgClassName
{
background-color: #A9A75E;
}
</style>
border-color css
<style>
span { border-color: #A9A75E; }
span { border-color: rgb(169,167,94); }
td.TdClassName
{
border-color: #A9A75E;
}
.TagClassName
{
border-color: #A9A75E;
}
</style>