Shades of Olive Green #AAA75E
Tints of Olive Green #AAA75E
RGB
CMYK
RGB Variations
Color information
#AAA75E (or 0xAAA75E) is known color: Olive Green. HEX triplet: AA, A7 and 5E. RGB value is (170,167,94). Sum of RGB (Red+Green+Blue) = 170+167+94=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75E is #5558A1. Grayscale: #9F9F9F. Windows color (decimal): -5593250 or 6203306. OLE color: 6203306.
HSL color Cylindrical-coordinate representation of color #AAA75E: hue angle of 57.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA75E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 94 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.33 |
| HSL | 57.63º | 0.31% | 0.52% | - |
| HSV(B) | 57.63º | 0.45% | 0.67% | - |
| XYZ | 32.42 | 36.99 | 16.02 | - |
| YUV | 159.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 94 | 0 | 0.02 | 0.45 | 0.33 | 57.63 | 0.31 | 0.52 |
| Hex | AA | A7 | 5E | 0 | 2 | 2D | 21 | 3A | 1F | 34 |
| Octal | 252 | 247 | 136 | 0 | 2 | 55 | 41 | 72 | 37 | 64 |
| Binary | 10101010 | 10100111 | 1011110 | 0 | 10 | 101101 | 100001 | 111010 | 11111 | 110100 |
Color Harmonies of #AAA75E
Complementary color
Monochromatic Colors of #AAA75E
Black with #AAA75E
Text Example
Text Example
White with #AAA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA75E; }
p { color: rgb(170,167,94); }
H1.HeaderClassName
{
color: #AAA75E;
}
.AnyTagClassName
{
color: #AAA75E;
}
</style>
background-color css
<style>
a { background-color: #AAA75E; }
a { background-color: rgb(170,167,94); }
div.DivClassName
{
background-color: #AAA75E;
}
.BgClassName
{
background-color: #AAA75E;
}
</style>
border-color css
<style>
span { border-color: #AAA75E; }
span { border-color: rgb(170,167,94); }
td.TdClassName
{
border-color: #AAA75E;
}
.TagClassName
{
border-color: #AAA75E;
}
</style>