Shades of Olive Green #AAAA54
Tints of Olive Green #AAAA54
RGB
CMYK
RGB Variations
Color information
#AAAA54 (or 0xAAAA54) is known color: Olive Green. HEX triplet: AA, AA and 54. RGB value is (170,170,84). Sum of RGB (Red+Green+Blue) = 170+170+84=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA54 is #5555AB. Grayscale: #A0A0A0. Windows color (decimal): -5592492 or 5548714. OLE color: 5548714.
HSL color Cylindrical-coordinate representation of color #AAAA54: hue angle of 60º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAAA54 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 84 | - |
| CMYK | 0 | 0 | 0.51 | 0.33 |
| HSL | 60º | 0.34% | 0.5% | - |
| HSV(B) | 60º | 0.51% | 0.67% | - |
| XYZ | 32.55 | 37.94 | 13.99 | - |
| YUV | 160.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 84 | 0 | 0 | 0.51 | 0.33 | 60 | 0.34 | 0.5 |
| Hex | AA | AA | 54 | 0 | 0 | 33 | 21 | 3C | 22 | 32 |
| Octal | 252 | 252 | 124 | 0 | 0 | 63 | 41 | 74 | 42 | 62 |
| Binary | 10101010 | 10101010 | 1010100 | 0 | 0 | 110011 | 100001 | 111100 | 100010 | 110010 |
Color Harmonies of #AAAA54
Complementary color
Monochromatic Colors of #AAAA54
Black with #AAAA54
Text Example
Text Example
White with #AAAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA54; }
p { color: rgb(170,170,84); }
H1.HeaderClassName
{
color: #AAAA54;
}
.AnyTagClassName
{
color: #AAAA54;
}
</style>
background-color css
<style>
a { background-color: #AAAA54; }
a { background-color: rgb(170,170,84); }
div.DivClassName
{
background-color: #AAAA54;
}
.BgClassName
{
background-color: #AAAA54;
}
</style>
border-color css
<style>
span { border-color: #AAAA54; }
span { border-color: rgb(170,170,84); }
td.TdClassName
{
border-color: #AAAA54;
}
.TagClassName
{
border-color: #AAAA54;
}
</style>