Shades of Olive Green #AAB65E
Tints of Olive Green #AAB65E
RGB
CMYK
RGB Variations
Color information
#AAB65E (or 0xAAB65E) is known color: Olive Green. HEX triplet: AA, B6 and 5E. RGB value is (170,182,94). Sum of RGB (Red+Green+Blue) = 170+182+94=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB65E is #5549A1. Grayscale: #A8A8A8. Windows color (decimal): -5589410 or 6207146. OLE color: 6207146.
HSL color Cylindrical-coordinate representation of color #AAB65E: hue angle of 68.18º degrees, saturation: 0.38, 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 #AAB65E is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 94 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.29 |
| HSL | 68.18º | 0.38% | 0.54% | - |
| HSV(B) | 68.18º | 0.48% | 0.71% | - |
| XYZ | 35.33 | 42.81 | 16.99 | - |
| YUV | 168.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 94 | 0.07 | 0 | 0.48 | 0.29 | 68.18 | 0.38 | 0.54 |
| Hex | AA | B6 | 5E | 7 | 0 | 30 | 1D | 44 | 26 | 36 |
| Octal | 252 | 266 | 136 | 7 | 0 | 60 | 35 | 104 | 46 | 66 |
| Binary | 10101010 | 10110110 | 1011110 | 111 | 0 | 110000 | 11101 | 1000100 | 100110 | 110110 |
Color Harmonies of #AAB65E
Complementary color
Monochromatic Colors of #AAB65E
Black with #AAB65E
Text Example
Text Example
White with #AAB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB65E; }
p { color: rgb(170,182,94); }
H1.HeaderClassName
{
color: #AAB65E;
}
.AnyTagClassName
{
color: #AAB65E;
}
</style>
background-color css
<style>
a { background-color: #AAB65E; }
a { background-color: rgb(170,182,94); }
div.DivClassName
{
background-color: #AAB65E;
}
.BgClassName
{
background-color: #AAB65E;
}
</style>
border-color css
<style>
span { border-color: #AAB65E; }
span { border-color: rgb(170,182,94); }
td.TdClassName
{
border-color: #AAB65E;
}
.TagClassName
{
border-color: #AAB65E;
}
</style>