Shades of Olive Green #AAA758
Tints of Olive Green #AAA758
RGB
CMYK
RGB Variations
Color information
#AAA758 (or 0xAAA758) is known color: Olive Green. HEX triplet: AA, A7 and 58. RGB value is (170,167,88). Sum of RGB (Red+Green+Blue) = 170+167+88=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA758 is #5558A7. Grayscale: #9F9F9F. Windows color (decimal): -5593256 or 5810090. OLE color: 5810090.
HSL color Cylindrical-coordinate representation of color #AAA758: hue angle of 57.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA758 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 88 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.33 |
| HSL | 57.8º | 0.33% | 0.51% | - |
| HSV(B) | 57.8º | 0.48% | 0.67% | - |
| XYZ | 32.16 | 36.89 | 14.66 | - |
| YUV | 158.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 88 | 0 | 0.02 | 0.48 | 0.33 | 57.8 | 0.33 | 0.51 |
| Hex | AA | A7 | 58 | 0 | 2 | 30 | 21 | 3A | 21 | 33 |
| Octal | 252 | 247 | 130 | 0 | 2 | 60 | 41 | 72 | 41 | 63 |
| Binary | 10101010 | 10100111 | 1011000 | 0 | 10 | 110000 | 100001 | 111010 | 100001 | 110011 |
Color Harmonies of #AAA758
Complementary color
Monochromatic Colors of #AAA758
Black with #AAA758
Text Example
Text Example
White with #AAA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA758; }
p { color: rgb(170,167,88); }
H1.HeaderClassName
{
color: #AAA758;
}
.AnyTagClassName
{
color: #AAA758;
}
</style>
background-color css
<style>
a { background-color: #AAA758; }
a { background-color: rgb(170,167,88); }
div.DivClassName
{
background-color: #AAA758;
}
.BgClassName
{
background-color: #AAA758;
}
</style>
border-color css
<style>
span { border-color: #AAA758; }
span { border-color: rgb(170,167,88); }
td.TdClassName
{
border-color: #AAA758;
}
.TagClassName
{
border-color: #AAA758;
}
</style>