Shades of Olive Green #AAAB58
Tints of Olive Green #AAAB58
RGB
CMYK
RGB Variations
Color information
#AAAB58 (or 0xAAAB58) is known color: Olive Green. HEX triplet: AA, AB and 58. RGB value is (170,171,88). Sum of RGB (Red+Green+Blue) = 170+171+88=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB58 is #5554A7. Grayscale: #A1A1A1. Windows color (decimal): -5592232 or 5811114. OLE color: 5811114.
HSL color Cylindrical-coordinate representation of color #AAAB58: hue angle of 60.72º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAAB58 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 88 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.33 |
| HSL | 60.72º | 0.33% | 0.51% | - |
| HSV(B) | 60.72º | 0.49% | 0.67% | - |
| XYZ | 32.9 | 38.38 | 14.91 | - |
| YUV | 161.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 88 | 0.01 | 0 | 0.49 | 0.33 | 60.72 | 0.33 | 0.51 |
| Hex | AA | AB | 58 | 1 | 0 | 31 | 21 | 3D | 21 | 33 |
| Octal | 252 | 253 | 130 | 1 | 0 | 61 | 41 | 75 | 41 | 63 |
| Binary | 10101010 | 10101011 | 1011000 | 1 | 0 | 110001 | 100001 | 111101 | 100001 | 110011 |
Color Harmonies of #AAAB58
Complementary color
Monochromatic Colors of #AAAB58
Black with #AAAB58
Text Example
Text Example
White with #AAAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB58; }
p { color: rgb(170,171,88); }
H1.HeaderClassName
{
color: #AAAB58;
}
.AnyTagClassName
{
color: #AAAB58;
}
</style>
background-color css
<style>
a { background-color: #AAAB58; }
a { background-color: rgb(170,171,88); }
div.DivClassName
{
background-color: #AAAB58;
}
.BgClassName
{
background-color: #AAAB58;
}
</style>
border-color css
<style>
span { border-color: #AAAB58; }
span { border-color: rgb(170,171,88); }
td.TdClassName
{
border-color: #AAAB58;
}
.TagClassName
{
border-color: #AAAB58;
}
</style>