Shades of Olive Green #AAA759
Tints of Olive Green #AAA759
RGB
CMYK
RGB Variations
Color information
#AAA759 (or 0xAAA759) is known color: Olive Green. HEX triplet: AA, A7 and 59. RGB value is (170,167,89). Sum of RGB (Red+Green+Blue) = 170+167+89=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA759 is #5558A6. Grayscale: #9F9F9F. Windows color (decimal): -5593255 or 5875626. OLE color: 5875626.
HSL color Cylindrical-coordinate representation of color #AAA759: hue angle of 57.78º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA759 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 89 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.33 |
| HSL | 57.78º | 0.32% | 0.51% | - |
| HSV(B) | 57.78º | 0.48% | 0.67% | - |
| XYZ | 32.2 | 36.9 | 14.88 | - |
| YUV | 159.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 89 | 0 | 0.02 | 0.48 | 0.33 | 57.78 | 0.32 | 0.51 |
| Hex | AA | A7 | 59 | 0 | 2 | 30 | 21 | 3A | 20 | 33 |
| Octal | 252 | 247 | 131 | 0 | 2 | 60 | 41 | 72 | 40 | 63 |
| Binary | 10101010 | 10100111 | 1011001 | 0 | 10 | 110000 | 100001 | 111010 | 100000 | 110011 |
Color Harmonies of #AAA759
Complementary color
Monochromatic Colors of #AAA759
Black with #AAA759
Text Example
Text Example
White with #AAA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA759; }
p { color: rgb(170,167,89); }
H1.HeaderClassName
{
color: #AAA759;
}
.AnyTagClassName
{
color: #AAA759;
}
</style>
background-color css
<style>
a { background-color: #AAA759; }
a { background-color: rgb(170,167,89); }
div.DivClassName
{
background-color: #AAA759;
}
.BgClassName
{
background-color: #AAA759;
}
</style>
border-color css
<style>
span { border-color: #AAA759; }
span { border-color: rgb(170,167,89); }
td.TdClassName
{
border-color: #AAA759;
}
.TagClassName
{
border-color: #AAA759;
}
</style>