Shades of Olive Green #AAAB64
Tints of Olive Green #AAAB64
RGB
CMYK
RGB Variations
Color information
#AAAB64 (or 0xAAAB64) is known color: Olive Green. HEX triplet: AA, AB and 64. RGB value is (170,171,100). Sum of RGB (Red+Green+Blue) = 170+171+100=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB64 is #55549B. Grayscale: #A2A2A2. Windows color (decimal): -5592220 or 6597546. OLE color: 6597546.
HSL color Cylindrical-coordinate representation of color #AAAB64: hue angle of 60.85º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAAB64 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 100 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.33 |
| HSL | 60.85º | 0.3% | 0.53% | - |
| HSV(B) | 60.85º | 0.42% | 0.67% | - |
| XYZ | 33.44 | 38.59 | 17.74 | - |
| YUV | 162.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 100 | 0.01 | 0 | 0.42 | 0.33 | 60.85 | 0.3 | 0.53 |
| Hex | AA | AB | 64 | 1 | 0 | 2A | 21 | 3D | 1E | 35 |
| Octal | 252 | 253 | 144 | 1 | 0 | 52 | 41 | 75 | 36 | 65 |
| Binary | 10101010 | 10101011 | 1100100 | 1 | 0 | 101010 | 100001 | 111101 | 11110 | 110101 |
Color Harmonies of #AAAB64
Complementary color
Monochromatic Colors of #AAAB64
Black with #AAAB64
Text Example
Text Example
White with #AAAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB64; }
p { color: rgb(170,171,100); }
H1.HeaderClassName
{
color: #AAAB64;
}
.AnyTagClassName
{
color: #AAAB64;
}
</style>
background-color css
<style>
a { background-color: #AAAB64; }
a { background-color: rgb(170,171,100); }
div.DivClassName
{
background-color: #AAAB64;
}
.BgClassName
{
background-color: #AAAB64;
}
</style>
border-color css
<style>
span { border-color: #AAAB64; }
span { border-color: rgb(170,171,100); }
td.TdClassName
{
border-color: #AAAB64;
}
.TagClassName
{
border-color: #AAAB64;
}
</style>