Shades of Olive Green #AAAF60
Tints of Olive Green #AAAF60
RGB
CMYK
RGB Variations
Color information
#AAAF60 (or 0xAAAF60) is known color: Olive Green. HEX triplet: AA, AF and 60. RGB value is (170,175,96). Sum of RGB (Red+Green+Blue) = 170+175+96=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF60 is #55509F. Grayscale: #A4A4A4. Windows color (decimal): -5591200 or 6336426. OLE color: 6336426.
HSL color Cylindrical-coordinate representation of color #AAAF60: hue angle of 63.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAAF60 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 96 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.31 |
| HSL | 63.8º | 0.33% | 0.53% | - |
| HSV(B) | 63.8º | 0.45% | 0.69% | - |
| XYZ | 34.02 | 40.05 | 17 | - |
| YUV | 164.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 96 | 0.03 | 0 | 0.45 | 0.31 | 63.8 | 0.33 | 0.53 |
| Hex | AA | AF | 60 | 3 | 0 | 2D | 1F | 40 | 21 | 35 |
| Octal | 252 | 257 | 140 | 3 | 0 | 55 | 37 | 100 | 41 | 65 |
| Binary | 10101010 | 10101111 | 1100000 | 11 | 0 | 101101 | 11111 | 1000000 | 100001 | 110101 |
Color Harmonies of #AAAF60
Complementary color
Monochromatic Colors of #AAAF60
Black with #AAAF60
Text Example
Text Example
White with #AAAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF60; }
p { color: rgb(170,175,96); }
H1.HeaderClassName
{
color: #AAAF60;
}
.AnyTagClassName
{
color: #AAAF60;
}
</style>
background-color css
<style>
a { background-color: #AAAF60; }
a { background-color: rgb(170,175,96); }
div.DivClassName
{
background-color: #AAAF60;
}
.BgClassName
{
background-color: #AAAF60;
}
</style>
border-color css
<style>
span { border-color: #AAAF60; }
span { border-color: rgb(170,175,96); }
td.TdClassName
{
border-color: #AAAF60;
}
.TagClassName
{
border-color: #AAAF60;
}
</style>