Shades of Olive Green #AAA756
Tints of Olive Green #AAA756
RGB
CMYK
RGB Variations
Color information
#AAA756 (or 0xAAA756) is known color: Olive Green. HEX triplet: AA, A7 and 56. RGB value is (170,167,86). Sum of RGB (Red+Green+Blue) = 170+167+86=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA756 is #5558A9. Grayscale: #9E9E9E. Windows color (decimal): -5593258 or 5679018. OLE color: 5679018.
HSL color Cylindrical-coordinate representation of color #AAA756: hue angle of 57.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA756 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 86 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.33 |
| HSL | 57.86º | 0.33% | 0.5% | - |
| HSV(B) | 57.86º | 0.49% | 0.67% | - |
| XYZ | 32.08 | 36.86 | 14.23 | - |
| YUV | 158.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 86 | 0 | 0.02 | 0.49 | 0.33 | 57.86 | 0.33 | 0.5 |
| Hex | AA | A7 | 56 | 0 | 2 | 31 | 21 | 3A | 21 | 32 |
| Octal | 252 | 247 | 126 | 0 | 2 | 61 | 41 | 72 | 41 | 62 |
| Binary | 10101010 | 10100111 | 1010110 | 0 | 10 | 110001 | 100001 | 111010 | 100001 | 110010 |
Color Harmonies of #AAA756
Complementary color
Monochromatic Colors of #AAA756
Black with #AAA756
Text Example
Text Example
White with #AAA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA756; }
p { color: rgb(170,167,86); }
H1.HeaderClassName
{
color: #AAA756;
}
.AnyTagClassName
{
color: #AAA756;
}
</style>
background-color css
<style>
a { background-color: #AAA756; }
a { background-color: rgb(170,167,86); }
div.DivClassName
{
background-color: #AAA756;
}
.BgClassName
{
background-color: #AAA756;
}
</style>
border-color css
<style>
span { border-color: #AAA756; }
span { border-color: rgb(170,167,86); }
td.TdClassName
{
border-color: #AAA756;
}
.TagClassName
{
border-color: #AAA756;
}
</style>