Shades of Olive Green #AAAA50
Tints of Olive Green #AAAA50
RGB
CMYK
RGB Variations
Color information
#AAAA50 (or 0xAAAA50) is known color: Olive Green. HEX triplet: AA, AA and 50. RGB value is (170,170,80). Sum of RGB (Red+Green+Blue) = 170+170+80=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA50 is #5555AF. Grayscale: #A0A0A0. Windows color (decimal): -5592496 or 5286570. OLE color: 5286570.
HSL color Cylindrical-coordinate representation of color #AAAA50: hue angle of 60º 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 #AAAA50 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 80 | - |
| CMYK | 0 | 0 | 0.53 | 0.33 |
| HSL | 60º | 0.36% | 0.49% | - |
| HSV(B) | 60º | 0.53% | 0.67% | - |
| XYZ | 32.4 | 37.87 | 13.19 | - |
| YUV | 159.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 80 | 0 | 0 | 0.53 | 0.33 | 60 | 0.36 | 0.49 |
| Hex | AA | AA | 50 | 0 | 0 | 35 | 21 | 3C | 24 | 31 |
| Octal | 252 | 252 | 120 | 0 | 0 | 65 | 41 | 74 | 44 | 61 |
| Binary | 10101010 | 10101010 | 1010000 | 0 | 0 | 110101 | 100001 | 111100 | 100100 | 110001 |
Color Harmonies of #AAAA50
Complementary color
Monochromatic Colors of #AAAA50
Black with #AAAA50
Text Example
Text Example
White with #AAAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA50; }
p { color: rgb(170,170,80); }
H1.HeaderClassName
{
color: #AAAA50;
}
.AnyTagClassName
{
color: #AAAA50;
}
</style>
background-color css
<style>
a { background-color: #AAAA50; }
a { background-color: rgb(170,170,80); }
div.DivClassName
{
background-color: #AAAA50;
}
.BgClassName
{
background-color: #AAAA50;
}
</style>
border-color css
<style>
span { border-color: #AAAA50; }
span { border-color: rgb(170,170,80); }
td.TdClassName
{
border-color: #AAAA50;
}
.TagClassName
{
border-color: #AAAA50;
}
</style>