Shades of Olive Green #AAB75E
Tints of Olive Green #AAB75E
RGB
CMYK
RGB Variations
Color information
#AAB75E (or 0xAAB75E) is known color: Olive Green. HEX triplet: AA, B7 and 5E. RGB value is (170,183,94). Sum of RGB (Red+Green+Blue) = 170+183+94=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB75E is #5548A1. Grayscale: #A9A9A9. Windows color (decimal): -5589154 or 6207402. OLE color: 6207402.
HSL color Cylindrical-coordinate representation of color #AAB75E: hue angle of 68.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB75E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 94 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.28 |
| HSL | 68.76º | 0.38% | 0.54% | - |
| HSV(B) | 68.76º | 0.49% | 0.72% | - |
| XYZ | 35.53 | 43.22 | 17.06 | - |
| YUV | 168.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 94 | 0.07 | 0 | 0.49 | 0.28 | 68.76 | 0.38 | 0.54 |
| Hex | AA | B7 | 5E | 7 | 0 | 31 | 1C | 45 | 26 | 36 |
| Octal | 252 | 267 | 136 | 7 | 0 | 61 | 34 | 105 | 46 | 66 |
| Binary | 10101010 | 10110111 | 1011110 | 111 | 0 | 110001 | 11100 | 1000101 | 100110 | 110110 |
Color Harmonies of #AAB75E
Complementary color
Monochromatic Colors of #AAB75E
Black with #AAB75E
Text Example
Text Example
White with #AAB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB75E; }
p { color: rgb(170,183,94); }
H1.HeaderClassName
{
color: #AAB75E;
}
.AnyTagClassName
{
color: #AAB75E;
}
</style>
background-color css
<style>
a { background-color: #AAB75E; }
a { background-color: rgb(170,183,94); }
div.DivClassName
{
background-color: #AAB75E;
}
.BgClassName
{
background-color: #AAB75E;
}
</style>
border-color css
<style>
span { border-color: #AAB75E; }
span { border-color: rgb(170,183,94); }
td.TdClassName
{
border-color: #AAB75E;
}
.TagClassName
{
border-color: #AAB75E;
}
</style>