Shades of Olive Green #AAB865
Tints of Olive Green #AAB865
RGB
CMYK
RGB Variations
Color information
#AAB865 (or 0xAAB865) is known color: Olive Green. HEX triplet: AA, B8 and 65. RGB value is (170,184,101). Sum of RGB (Red+Green+Blue) = 170+184+101=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB865 is #55479A. Grayscale: #AAAAAA. Windows color (decimal): -5588891 or 6666410. OLE color: 6666410.
HSL color Cylindrical-coordinate representation of color #AAB865: hue angle of 70.12º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB865 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 101 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.28 |
| HSL | 70.12º | 0.37% | 0.56% | - |
| HSV(B) | 70.12º | 0.45% | 0.72% | - |
| XYZ | 36.07 | 43.77 | 18.86 | - |
| YUV | 170.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 101 | 0.08 | 0 | 0.45 | 0.28 | 70.12 | 0.37 | 0.56 |
| Hex | AA | B8 | 65 | 8 | 0 | 2D | 1C | 46 | 25 | 38 |
| Octal | 252 | 270 | 145 | 10 | 0 | 55 | 34 | 106 | 45 | 70 |
| Binary | 10101010 | 10111000 | 1100101 | 1000 | 0 | 101101 | 11100 | 1000110 | 100101 | 111000 |
Color Harmonies of #AAB865
Complementary color
Monochromatic Colors of #AAB865
Black with #AAB865
Text Example
Text Example
White with #AAB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB865; }
p { color: rgb(170,184,101); }
H1.HeaderClassName
{
color: #AAB865;
}
.AnyTagClassName
{
color: #AAB865;
}
</style>
background-color css
<style>
a { background-color: #AAB865; }
a { background-color: rgb(170,184,101); }
div.DivClassName
{
background-color: #AAB865;
}
.BgClassName
{
background-color: #AAB865;
}
</style>
border-color css
<style>
span { border-color: #AAB865; }
span { border-color: rgb(170,184,101); }
td.TdClassName
{
border-color: #AAB865;
}
.TagClassName
{
border-color: #AAB865;
}
</style>