Shades of Olive Green #AAB862
Tints of Olive Green #AAB862
RGB
CMYK
RGB Variations
Color information
#AAB862 (or 0xAAB862) is known color: Olive Green. HEX triplet: AA, B8 and 62. RGB value is (170,184,98). Sum of RGB (Red+Green+Blue) = 170+184+98=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB862 is #55479D. Grayscale: #AAAAAA. Windows color (decimal): -5588894 or 6469802. OLE color: 6469802.
HSL color Cylindrical-coordinate representation of color #AAB862: hue angle of 69.77º 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 #AAB862 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 98 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.28 |
| HSL | 69.77º | 0.38% | 0.55% | - |
| HSV(B) | 69.77º | 0.47% | 0.72% | - |
| XYZ | 35.92 | 43.71 | 18.1 | - |
| YUV | 170.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 98 | 0.08 | 0 | 0.47 | 0.28 | 69.77 | 0.38 | 0.55 |
| Hex | AA | B8 | 62 | 8 | 0 | 2F | 1C | 46 | 26 | 37 |
| Octal | 252 | 270 | 142 | 10 | 0 | 57 | 34 | 106 | 46 | 67 |
| Binary | 10101010 | 10111000 | 1100010 | 1000 | 0 | 101111 | 11100 | 1000110 | 100110 | 110111 |
Color Harmonies of #AAB862
Complementary color
Monochromatic Colors of #AAB862
Black with #AAB862
Text Example
Text Example
White with #AAB862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB862; }
p { color: rgb(170,184,98); }
H1.HeaderClassName
{
color: #AAB862;
}
.AnyTagClassName
{
color: #AAB862;
}
</style>
background-color css
<style>
a { background-color: #AAB862; }
a { background-color: rgb(170,184,98); }
div.DivClassName
{
background-color: #AAB862;
}
.BgClassName
{
background-color: #AAB862;
}
</style>
border-color css
<style>
span { border-color: #AAB862; }
span { border-color: rgb(170,184,98); }
td.TdClassName
{
border-color: #AAB862;
}
.TagClassName
{
border-color: #AAB862;
}
</style>