Shades of Olive Green #AAB45E
Tints of Olive Green #AAB45E
RGB
CMYK
RGB Variations
Color information
#AAB45E (or 0xAAB45E) is known color: Olive Green. HEX triplet: AA, B4 and 5E. RGB value is (170,180,94). Sum of RGB (Red+Green+Blue) = 170+180+94=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB45E is #554BA1. Grayscale: #A7A7A7. Windows color (decimal): -5589922 or 6206634. OLE color: 6206634.
HSL color Cylindrical-coordinate representation of color #AAB45E: hue angle of 66.98º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB45E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 94 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.29 |
| HSL | 66.98º | 0.36% | 0.54% | - |
| HSV(B) | 66.98º | 0.48% | 0.71% | - |
| XYZ | 34.92 | 42 | 16.86 | - |
| YUV | 167.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 94 | 0.06 | 0 | 0.48 | 0.29 | 66.98 | 0.36 | 0.54 |
| Hex | AA | B4 | 5E | 6 | 0 | 30 | 1D | 43 | 24 | 36 |
| Octal | 252 | 264 | 136 | 6 | 0 | 60 | 35 | 103 | 44 | 66 |
| Binary | 10101010 | 10110100 | 1011110 | 110 | 0 | 110000 | 11101 | 1000011 | 100100 | 110110 |
Color Harmonies of #AAB45E
Complementary color
Monochromatic Colors of #AAB45E
Black with #AAB45E
Text Example
Text Example
White with #AAB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB45E; }
p { color: rgb(170,180,94); }
H1.HeaderClassName
{
color: #AAB45E;
}
.AnyTagClassName
{
color: #AAB45E;
}
</style>
background-color css
<style>
a { background-color: #AAB45E; }
a { background-color: rgb(170,180,94); }
div.DivClassName
{
background-color: #AAB45E;
}
.BgClassName
{
background-color: #AAB45E;
}
</style>
border-color css
<style>
span { border-color: #AAB45E; }
span { border-color: rgb(170,180,94); }
td.TdClassName
{
border-color: #AAB45E;
}
.TagClassName
{
border-color: #AAB45E;
}
</style>