Shades of Olive Green #AAA654
Tints of Olive Green #AAA654
RGB
CMYK
RGB Variations
Color information
#AAA654 (or 0xAAA654) is known color: Olive Green. HEX triplet: AA, A6 and 54. RGB value is (170,166,84). Sum of RGB (Red+Green+Blue) = 170+166+84=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA654 is #5559AB. Grayscale: #9E9E9E. Windows color (decimal): -5593516 or 5547690. OLE color: 5547690.
HSL color Cylindrical-coordinate representation of color #AAA654: hue angle of 57.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA654 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 84 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.33 |
| HSL | 57.21º | 0.34% | 0.5% | - |
| HSV(B) | 57.21º | 0.51% | 0.67% | - |
| XYZ | 31.81 | 36.46 | 13.75 | - |
| YUV | 157.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 84 | 0 | 0.02 | 0.51 | 0.33 | 57.21 | 0.34 | 0.5 |
| Hex | AA | A6 | 54 | 0 | 2 | 33 | 21 | 39 | 22 | 32 |
| Octal | 252 | 246 | 124 | 0 | 2 | 63 | 41 | 71 | 42 | 62 |
| Binary | 10101010 | 10100110 | 1010100 | 0 | 10 | 110011 | 100001 | 111001 | 100010 | 110010 |
Color Harmonies of #AAA654
Complementary color
Monochromatic Colors of #AAA654
Black with #AAA654
Text Example
Text Example
White with #AAA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA654; }
p { color: rgb(170,166,84); }
H1.HeaderClassName
{
color: #AAA654;
}
.AnyTagClassName
{
color: #AAA654;
}
</style>
background-color css
<style>
a { background-color: #AAA654; }
a { background-color: rgb(170,166,84); }
div.DivClassName
{
background-color: #AAA654;
}
.BgClassName
{
background-color: #AAA654;
}
</style>
border-color css
<style>
span { border-color: #AAA654; }
span { border-color: rgb(170,166,84); }
td.TdClassName
{
border-color: #AAA654;
}
.TagClassName
{
border-color: #AAA654;
}
</style>