Shades of Olive Green #AAAC4E
Tints of Olive Green #AAAC4E
RGB
CMYK
RGB Variations
Color information
#AAAC4E (or 0xAAAC4E) is known color: Olive Green. HEX triplet: AA, AC and 4E. RGB value is (170,172,78). Sum of RGB (Red+Green+Blue) = 170+172+78=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC4E is #5553B1. Grayscale: #A1A1A1. Windows color (decimal): -5591986 or 5156010. OLE color: 5156010.
HSL color Cylindrical-coordinate representation of color #AAAC4E: hue angle of 61.28º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAAC4E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 78 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.33 |
| HSL | 61.28º | 0.38% | 0.49% | - |
| HSV(B) | 61.28º | 0.55% | 0.67% | - |
| XYZ | 32.71 | 38.6 | 12.93 | - |
| YUV | 160.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 78 | 0.01 | 0 | 0.55 | 0.33 | 61.28 | 0.38 | 0.49 |
| Hex | AA | AC | 4E | 1 | 0 | 37 | 21 | 3D | 26 | 31 |
| Octal | 252 | 254 | 116 | 1 | 0 | 67 | 41 | 75 | 46 | 61 |
| Binary | 10101010 | 10101100 | 1001110 | 1 | 0 | 110111 | 100001 | 111101 | 100110 | 110001 |
Color Harmonies of #AAAC4E
Complementary color
Monochromatic Colors of #AAAC4E
Black with #AAAC4E
Text Example
Text Example
White with #AAAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC4E; }
p { color: rgb(170,172,78); }
H1.HeaderClassName
{
color: #AAAC4E;
}
.AnyTagClassName
{
color: #AAAC4E;
}
</style>
background-color css
<style>
a { background-color: #AAAC4E; }
a { background-color: rgb(170,172,78); }
div.DivClassName
{
background-color: #AAAC4E;
}
.BgClassName
{
background-color: #AAAC4E;
}
</style>
border-color css
<style>
span { border-color: #AAAC4E; }
span { border-color: rgb(170,172,78); }
td.TdClassName
{
border-color: #AAAC4E;
}
.TagClassName
{
border-color: #AAAC4E;
}
</style>