Shades of Olive Green #AAB861
Tints of Olive Green #AAB861
RGB
CMYK
RGB Variations
Color information
#AAB861 (or 0xAAB861) is known color: Olive Green. HEX triplet: AA, B8 and 61. RGB value is (170,184,97). Sum of RGB (Red+Green+Blue) = 170+184+97=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB861 is #55479E. Grayscale: #AAAAAA. Windows color (decimal): -5588895 or 6404266. OLE color: 6404266.
HSL color Cylindrical-coordinate representation of color #AAB861: hue angle of 69.66º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAB861 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 97 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.28 |
| HSL | 69.66º | 0.38% | 0.55% | - |
| HSV(B) | 69.66º | 0.47% | 0.72% | - |
| XYZ | 35.88 | 43.69 | 17.85 | - |
| YUV | 169.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 97 | 0.08 | 0 | 0.47 | 0.28 | 69.66 | 0.38 | 0.55 |
| Hex | AA | B8 | 61 | 8 | 0 | 2F | 1C | 46 | 26 | 37 |
| Octal | 252 | 270 | 141 | 10 | 0 | 57 | 34 | 106 | 46 | 67 |
| Binary | 10101010 | 10111000 | 1100001 | 1000 | 0 | 101111 | 11100 | 1000110 | 100110 | 110111 |
Color Harmonies of #AAB861
Complementary color
Monochromatic Colors of #AAB861
Black with #AAB861
Text Example
Text Example
White with #AAB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB861; }
p { color: rgb(170,184,97); }
H1.HeaderClassName
{
color: #AAB861;
}
.AnyTagClassName
{
color: #AAB861;
}
</style>
background-color css
<style>
a { background-color: #AAB861; }
a { background-color: rgb(170,184,97); }
div.DivClassName
{
background-color: #AAB861;
}
.BgClassName
{
background-color: #AAB861;
}
</style>
border-color css
<style>
span { border-color: #AAB861; }
span { border-color: rgb(170,184,97); }
td.TdClassName
{
border-color: #AAB861;
}
.TagClassName
{
border-color: #AAB861;
}
</style>