Shades of Olive Green #AAA950
Tints of Olive Green #AAA950
RGB
CMYK
RGB Variations
Color information
#AAA950 (or 0xAAA950) is known color: Olive Green. HEX triplet: AA, A9 and 50. RGB value is (170,169,80). Sum of RGB (Red+Green+Blue) = 170+169+80=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA950 is #5556AF. Grayscale: #9F9F9F. Windows color (decimal): -5592752 or 5286314. OLE color: 5286314.
HSL color Cylindrical-coordinate representation of color #AAA950: hue angle of 59.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA950 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 80 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.33 |
| HSL | 59.33º | 0.36% | 0.49% | - |
| HSV(B) | 59.33º | 0.53% | 0.67% | - |
| XYZ | 32.21 | 37.5 | 13.13 | - |
| YUV | 159.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 80 | 0 | 0.01 | 0.53 | 0.33 | 59.33 | 0.36 | 0.49 |
| Hex | AA | A9 | 50 | 0 | 1 | 35 | 21 | 3B | 24 | 31 |
| Octal | 252 | 251 | 120 | 0 | 1 | 65 | 41 | 73 | 44 | 61 |
| Binary | 10101010 | 10101001 | 1010000 | 0 | 1 | 110101 | 100001 | 111011 | 100100 | 110001 |
Color Harmonies of #AAA950
Complementary color
Monochromatic Colors of #AAA950
Black with #AAA950
Text Example
Text Example
White with #AAA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA950; }
p { color: rgb(170,169,80); }
H1.HeaderClassName
{
color: #AAA950;
}
.AnyTagClassName
{
color: #AAA950;
}
</style>
background-color css
<style>
a { background-color: #AAA950; }
a { background-color: rgb(170,169,80); }
div.DivClassName
{
background-color: #AAA950;
}
.BgClassName
{
background-color: #AAA950;
}
</style>
border-color css
<style>
span { border-color: #AAA950; }
span { border-color: rgb(170,169,80); }
td.TdClassName
{
border-color: #AAA950;
}
.TagClassName
{
border-color: #AAA950;
}
</style>