Shades of Olive Green #AABB5E
Tints of Olive Green #AABB5E
RGB
CMYK
RGB Variations
Color information
#AABB5E (or 0xAABB5E) is known color: Olive Green. HEX triplet: AA, BB and 5E. RGB value is (170,187,94). Sum of RGB (Red+Green+Blue) = 170+187+94=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB5E is #5544A1. Grayscale: #ABABAB. Windows color (decimal): -5588130 or 6208426. OLE color: 6208426.
HSL color Cylindrical-coordinate representation of color #AABB5E: hue angle of 70.97º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AABB5E is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 94 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.27 |
| HSL | 70.97º | 0.41% | 0.55% | - |
| HSV(B) | 70.97º | 0.5% | 0.73% | - |
| XYZ | 36.37 | 44.89 | 17.34 | - |
| YUV | 171.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 94 | 0.09 | 0 | 0.50 | 0.27 | 70.97 | 0.41 | 0.55 |
| Hex | AA | BB | 5E | 9 | 0 | 32 | 1B | 47 | 29 | 37 |
| Octal | 252 | 273 | 136 | 11 | 0 | 62 | 33 | 107 | 51 | 67 |
| Binary | 10101010 | 10111011 | 1011110 | 1001 | 0 | 110010 | 11011 | 1000111 | 101001 | 110111 |
Color Harmonies of #AABB5E
Complementary color
Monochromatic Colors of #AABB5E
Black with #AABB5E
Text Example
Text Example
White with #AABB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB5E; }
p { color: rgb(170,187,94); }
H1.HeaderClassName
{
color: #AABB5E;
}
.AnyTagClassName
{
color: #AABB5E;
}
</style>
background-color css
<style>
a { background-color: #AABB5E; }
a { background-color: rgb(170,187,94); }
div.DivClassName
{
background-color: #AABB5E;
}
.BgClassName
{
background-color: #AABB5E;
}
</style>
border-color css
<style>
span { border-color: #AABB5E; }
span { border-color: rgb(170,187,94); }
td.TdClassName
{
border-color: #AABB5E;
}
.TagClassName
{
border-color: #AABB5E;
}
</style>