Shades of Olive Green #AAA762
Tints of Olive Green #AAA762
RGB
CMYK
RGB Variations
Color information
#AAA762 (or 0xAAA762) is known color: Olive Green. HEX triplet: AA, A7 and 62. RGB value is (170,167,98). Sum of RGB (Red+Green+Blue) = 170+167+98=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA762 is #55589D. Grayscale: #A0A0A0. Windows color (decimal): -5593246 or 6465450. OLE color: 6465450.
HSL color Cylindrical-coordinate representation of color #AAA762: hue angle of 57.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA762 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 98 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.33 |
| HSL | 57.5º | 0.3% | 0.53% | - |
| HSV(B) | 57.5º | 0.42% | 0.67% | - |
| XYZ | 32.6 | 37.07 | 16.99 | - |
| YUV | 160.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 98 | 0 | 0.02 | 0.42 | 0.33 | 57.5 | 0.3 | 0.53 |
| Hex | AA | A7 | 62 | 0 | 2 | 2A | 21 | 3A | 1E | 35 |
| Octal | 252 | 247 | 142 | 0 | 2 | 52 | 41 | 72 | 36 | 65 |
| Binary | 10101010 | 10100111 | 1100010 | 0 | 10 | 101010 | 100001 | 111010 | 11110 | 110101 |
Color Harmonies of #AAA762
Complementary color
Monochromatic Colors of #AAA762
Black with #AAA762
Text Example
Text Example
White with #AAA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA762; }
p { color: rgb(170,167,98); }
H1.HeaderClassName
{
color: #AAA762;
}
.AnyTagClassName
{
color: #AAA762;
}
</style>
background-color css
<style>
a { background-color: #AAA762; }
a { background-color: rgb(170,167,98); }
div.DivClassName
{
background-color: #AAA762;
}
.BgClassName
{
background-color: #AAA762;
}
</style>
border-color css
<style>
span { border-color: #AAA762; }
span { border-color: rgb(170,167,98); }
td.TdClassName
{
border-color: #AAA762;
}
.TagClassName
{
border-color: #AAA762;
}
</style>