Shades of Olive Green #AAA867
Tints of Olive Green #AAA867
RGB
CMYK
RGB Variations
Color information
#AAA867 (or 0xAAA867) is known color: Olive Green. HEX triplet: AA, A8 and 67. RGB value is (170,168,103). Sum of RGB (Red+Green+Blue) = 170+168+103=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA867 is #555798. Grayscale: #A1A1A1. Windows color (decimal): -5592985 or 6793386. OLE color: 6793386.
HSL color Cylindrical-coordinate representation of color #AAA867: hue angle of 58.21º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA867 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 103 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.33 |
| HSL | 58.21º | 0.28% | 0.54% | - |
| HSV(B) | 58.21º | 0.39% | 0.67% | - |
| XYZ | 33.03 | 37.53 | 18.34 | - |
| YUV | 161.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 103 | 0 | 0.01 | 0.39 | 0.33 | 58.21 | 0.28 | 0.54 |
| Hex | AA | A8 | 67 | 0 | 1 | 27 | 21 | 3A | 1C | 36 |
| Octal | 252 | 250 | 147 | 0 | 1 | 47 | 41 | 72 | 34 | 66 |
| Binary | 10101010 | 10101000 | 1100111 | 0 | 1 | 100111 | 100001 | 111010 | 11100 | 110110 |
Color Harmonies of #AAA867
Complementary color
Monochromatic Colors of #AAA867
Black with #AAA867
Text Example
Text Example
White with #AAA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA867; }
p { color: rgb(170,168,103); }
H1.HeaderClassName
{
color: #AAA867;
}
.AnyTagClassName
{
color: #AAA867;
}
</style>
background-color css
<style>
a { background-color: #AAA867; }
a { background-color: rgb(170,168,103); }
div.DivClassName
{
background-color: #AAA867;
}
.BgClassName
{
background-color: #AAA867;
}
</style>
border-color css
<style>
span { border-color: #AAA867; }
span { border-color: rgb(170,168,103); }
td.TdClassName
{
border-color: #AAA867;
}
.TagClassName
{
border-color: #AAA867;
}
</style>