Shades of Olive Green #AAAB68
Tints of Olive Green #AAAB68
RGB
CMYK
RGB Variations
Color information
#AAAB68 (or 0xAAAB68) is known color: Olive Green. HEX triplet: AA, AB and 68. RGB value is (170,171,104). Sum of RGB (Red+Green+Blue) = 170+171+104=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB68 is #555497. Grayscale: #A3A3A3. Windows color (decimal): -5592216 or 6859690. OLE color: 6859690.
HSL color Cylindrical-coordinate representation of color #AAAB68: hue angle of 60.9º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAAB68 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 104 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.33 |
| HSL | 60.9º | 0.29% | 0.54% | - |
| HSV(B) | 60.9º | 0.39% | 0.67% | - |
| XYZ | 33.64 | 38.67 | 18.79 | - |
| YUV | 163.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 104 | 0.01 | 0 | 0.39 | 0.33 | 60.9 | 0.29 | 0.54 |
| Hex | AA | AB | 68 | 1 | 0 | 27 | 21 | 3D | 1D | 36 |
| Octal | 252 | 253 | 150 | 1 | 0 | 47 | 41 | 75 | 35 | 66 |
| Binary | 10101010 | 10101011 | 1101000 | 1 | 0 | 100111 | 100001 | 111101 | 11101 | 110110 |
Color Harmonies of #AAAB68
Complementary color
Monochromatic Colors of #AAAB68
Black with #AAAB68
Text Example
Text Example
White with #AAAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB68; }
p { color: rgb(170,171,104); }
H1.HeaderClassName
{
color: #AAAB68;
}
.AnyTagClassName
{
color: #AAAB68;
}
</style>
background-color css
<style>
a { background-color: #AAAB68; }
a { background-color: rgb(170,171,104); }
div.DivClassName
{
background-color: #AAAB68;
}
.BgClassName
{
background-color: #AAAB68;
}
</style>
border-color css
<style>
span { border-color: #AAAB68; }
span { border-color: rgb(170,171,104); }
td.TdClassName
{
border-color: #AAAB68;
}
.TagClassName
{
border-color: #AAAB68;
}
</style>