Shades of Olive Green #AAA764
Tints of Olive Green #AAA764
RGB
CMYK
RGB Variations
Color information
#AAA764 (or 0xAAA764) is known color: Olive Green. HEX triplet: AA, A7 and 64. RGB value is (170,167,100). Sum of RGB (Red+Green+Blue) = 170+167+100=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA764 is #55589B. Grayscale: #A0A0A0. Windows color (decimal): -5593244 or 6596522. OLE color: 6596522.
HSL color Cylindrical-coordinate representation of color #AAA764: hue angle of 57.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAA764 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 100 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.33 |
| HSL | 57.43º | 0.29% | 0.53% | - |
| HSV(B) | 57.43º | 0.41% | 0.67% | - |
| XYZ | 32.7 | 37.1 | 17.5 | - |
| YUV | 160.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 100 | 0 | 0.02 | 0.41 | 0.33 | 57.43 | 0.29 | 0.53 |
| Hex | AA | A7 | 64 | 0 | 2 | 29 | 21 | 39 | 1D | 35 |
| Octal | 252 | 247 | 144 | 0 | 2 | 51 | 41 | 71 | 35 | 65 |
| Binary | 10101010 | 10100111 | 1100100 | 0 | 10 | 101001 | 100001 | 111001 | 11101 | 110101 |
Color Harmonies of #AAA764
Complementary color
Monochromatic Colors of #AAA764
Black with #AAA764
Text Example
Text Example
White with #AAA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA764; }
p { color: rgb(170,167,100); }
H1.HeaderClassName
{
color: #AAA764;
}
.AnyTagClassName
{
color: #AAA764;
}
</style>
background-color css
<style>
a { background-color: #AAA764; }
a { background-color: rgb(170,167,100); }
div.DivClassName
{
background-color: #AAA764;
}
.BgClassName
{
background-color: #AAA764;
}
</style>
border-color css
<style>
span { border-color: #AAA764; }
span { border-color: rgb(170,167,100); }
td.TdClassName
{
border-color: #AAA764;
}
.TagClassName
{
border-color: #AAA764;
}
</style>