Shades of Olive Green #AAB760
Tints of Olive Green #AAB760
RGB
CMYK
RGB Variations
Color information
#AAB760 (or 0xAAB760) is known color: Olive Green. HEX triplet: AA, B7 and 60. RGB value is (170,183,96). Sum of RGB (Red+Green+Blue) = 170+183+96=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB760 is #55489F. Grayscale: #A9A9A9. Windows color (decimal): -5589152 or 6338474. OLE color: 6338474.
HSL color Cylindrical-coordinate representation of color #AAB760: hue angle of 68.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAB760 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 96 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.28 |
| HSL | 68.97º | 0.38% | 0.55% | - |
| HSV(B) | 68.97º | 0.48% | 0.72% | - |
| XYZ | 35.62 | 43.26 | 17.54 | - |
| YUV | 169.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 96 | 0.07 | 0 | 0.48 | 0.28 | 68.97 | 0.38 | 0.55 |
| Hex | AA | B7 | 60 | 7 | 0 | 30 | 1C | 45 | 26 | 37 |
| Octal | 252 | 267 | 140 | 7 | 0 | 60 | 34 | 105 | 46 | 67 |
| Binary | 10101010 | 10110111 | 1100000 | 111 | 0 | 110000 | 11100 | 1000101 | 100110 | 110111 |
Color Harmonies of #AAB760
Complementary color
Monochromatic Colors of #AAB760
Black with #AAB760
Text Example
Text Example
White with #AAB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB760; }
p { color: rgb(170,183,96); }
H1.HeaderClassName
{
color: #AAB760;
}
.AnyTagClassName
{
color: #AAB760;
}
</style>
background-color css
<style>
a { background-color: #AAB760; }
a { background-color: rgb(170,183,96); }
div.DivClassName
{
background-color: #AAB760;
}
.BgClassName
{
background-color: #AAB760;
}
</style>
border-color css
<style>
span { border-color: #AAB760; }
span { border-color: rgb(170,183,96); }
td.TdClassName
{
border-color: #AAB760;
}
.TagClassName
{
border-color: #AAB760;
}
</style>