Shades of Olive Green #AAB759
Tints of Olive Green #AAB759
RGB
CMYK
RGB Variations
Color information
#AAB759 (or 0xAAB759) is known color: Olive Green. HEX triplet: AA, B7 and 59. RGB value is (170,183,89). Sum of RGB (Red+Green+Blue) = 170+183+89=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB759 is #5548A6. Grayscale: #A8A8A8. Windows color (decimal): -5589159 or 5879722. OLE color: 5879722.
HSL color Cylindrical-coordinate representation of color #AAB759: hue angle of 68.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAB759 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 89 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.28 |
| HSL | 68.3º | 0.39% | 0.53% | - |
| HSV(B) | 68.3º | 0.51% | 0.72% | - |
| XYZ | 35.31 | 43.13 | 15.92 | - |
| YUV | 168.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 89 | 0.07 | 0 | 0.51 | 0.28 | 68.3 | 0.39 | 0.53 |
| Hex | AA | B7 | 59 | 7 | 0 | 33 | 1C | 44 | 27 | 35 |
| Octal | 252 | 267 | 131 | 7 | 0 | 63 | 34 | 104 | 47 | 65 |
| Binary | 10101010 | 10110111 | 1011001 | 111 | 0 | 110011 | 11100 | 1000100 | 100111 | 110101 |
Color Harmonies of #AAB759
Complementary color
Monochromatic Colors of #AAB759
Black with #AAB759
Text Example
Text Example
White with #AAB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB759; }
p { color: rgb(170,183,89); }
H1.HeaderClassName
{
color: #AAB759;
}
.AnyTagClassName
{
color: #AAB759;
}
</style>
background-color css
<style>
a { background-color: #AAB759; }
a { background-color: rgb(170,183,89); }
div.DivClassName
{
background-color: #AAB759;
}
.BgClassName
{
background-color: #AAB759;
}
</style>
border-color css
<style>
span { border-color: #AAB759; }
span { border-color: rgb(170,183,89); }
td.TdClassName
{
border-color: #AAB759;
}
.TagClassName
{
border-color: #AAB759;
}
</style>