Shades of Olive Green #AAA752
Tints of Olive Green #AAA752
RGB
CMYK
RGB Variations
Color information
#AAA752 (or 0xAAA752) is known color: Olive Green. HEX triplet: AA, A7 and 52. RGB value is (170,167,82). Sum of RGB (Red+Green+Blue) = 170+167+82=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA752 is #5558AD. Grayscale: #9E9E9E. Windows color (decimal): -5593262 or 5416874. OLE color: 5416874.
HSL color Cylindrical-coordinate representation of color #AAA752: hue angle of 57.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA752 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 82 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.33 |
| HSL | 57.95º | 0.35% | 0.49% | - |
| HSV(B) | 57.95º | 0.52% | 0.67% | - |
| XYZ | 31.92 | 36.79 | 13.4 | - |
| YUV | 158.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 82 | 0 | 0.02 | 0.52 | 0.33 | 57.95 | 0.35 | 0.49 |
| Hex | AA | A7 | 52 | 0 | 2 | 34 | 21 | 3A | 23 | 31 |
| Octal | 252 | 247 | 122 | 0 | 2 | 64 | 41 | 72 | 43 | 61 |
| Binary | 10101010 | 10100111 | 1010010 | 0 | 10 | 110100 | 100001 | 111010 | 100011 | 110001 |
Color Harmonies of #AAA752
Complementary color
Monochromatic Colors of #AAA752
Black with #AAA752
Text Example
Text Example
White with #AAA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA752; }
p { color: rgb(170,167,82); }
H1.HeaderClassName
{
color: #AAA752;
}
.AnyTagClassName
{
color: #AAA752;
}
</style>
background-color css
<style>
a { background-color: #AAA752; }
a { background-color: rgb(170,167,82); }
div.DivClassName
{
background-color: #AAA752;
}
.BgClassName
{
background-color: #AAA752;
}
</style>
border-color css
<style>
span { border-color: #AAA752; }
span { border-color: rgb(170,167,82); }
td.TdClassName
{
border-color: #AAA752;
}
.TagClassName
{
border-color: #AAA752;
}
</style>