Shades of Olive Green #AAA760
Tints of Olive Green #AAA760
RGB
CMYK
RGB Variations
Color information
#AAA760 (or 0xAAA760) is known color: Olive Green. HEX triplet: AA, A7 and 60. RGB value is (170,167,96). Sum of RGB (Red+Green+Blue) = 170+167+96=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA760 is #55589F. Grayscale: #A0A0A0. Windows color (decimal): -5593248 or 6334378. OLE color: 6334378.
HSL color Cylindrical-coordinate representation of color #AAA760: hue angle of 57.57º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA760 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 96 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.33 |
| HSL | 57.57º | 0.3% | 0.52% | - |
| HSV(B) | 57.57º | 0.44% | 0.67% | - |
| XYZ | 32.51 | 37.03 | 16.5 | - |
| YUV | 159.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 96 | 0 | 0.02 | 0.44 | 0.33 | 57.57 | 0.3 | 0.52 |
| Hex | AA | A7 | 60 | 0 | 2 | 2C | 21 | 3A | 1E | 34 |
| Octal | 252 | 247 | 140 | 0 | 2 | 54 | 41 | 72 | 36 | 64 |
| Binary | 10101010 | 10100111 | 1100000 | 0 | 10 | 101100 | 100001 | 111010 | 11110 | 110100 |
Color Harmonies of #AAA760
Complementary color
Monochromatic Colors of #AAA760
Black with #AAA760
Text Example
Text Example
White with #AAA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA760; }
p { color: rgb(170,167,96); }
H1.HeaderClassName
{
color: #AAA760;
}
.AnyTagClassName
{
color: #AAA760;
}
</style>
background-color css
<style>
a { background-color: #AAA760; }
a { background-color: rgb(170,167,96); }
div.DivClassName
{
background-color: #AAA760;
}
.BgClassName
{
background-color: #AAA760;
}
</style>
border-color css
<style>
span { border-color: #AAA760; }
span { border-color: rgb(170,167,96); }
td.TdClassName
{
border-color: #AAA760;
}
.TagClassName
{
border-color: #AAA760;
}
</style>