Shades of Olive Green #AABA63
Tints of Olive Green #AABA63
RGB
CMYK
RGB Variations
Color information
#AABA63 (or 0xAABA63) is known color: Olive Green. HEX triplet: AA, BA and 63. RGB value is (170,186,99). Sum of RGB (Red+Green+Blue) = 170+186+99=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA63 is #55459C. Grayscale: #ABABAB. Windows color (decimal): -5588381 or 6535850. OLE color: 6535850.
HSL color Cylindrical-coordinate representation of color #AABA63: hue angle of 71.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AABA63 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 99 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.27 |
| HSL | 71.03º | 0.39% | 0.56% | - |
| HSV(B) | 71.03º | 0.47% | 0.73% | - |
| XYZ | 36.39 | 44.56 | 18.49 | - |
| YUV | 171.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 99 | 0.09 | 0 | 0.47 | 0.27 | 71.03 | 0.39 | 0.56 |
| Hex | AA | BA | 63 | 9 | 0 | 2F | 1B | 47 | 27 | 38 |
| Octal | 252 | 272 | 143 | 11 | 0 | 57 | 33 | 107 | 47 | 70 |
| Binary | 10101010 | 10111010 | 1100011 | 1001 | 0 | 101111 | 11011 | 1000111 | 100111 | 111000 |
Color Harmonies of #AABA63
Complementary color
Monochromatic Colors of #AABA63
Black with #AABA63
Text Example
Text Example
White with #AABA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA63; }
p { color: rgb(170,186,99); }
H1.HeaderClassName
{
color: #AABA63;
}
.AnyTagClassName
{
color: #AABA63;
}
</style>
background-color css
<style>
a { background-color: #AABA63; }
a { background-color: rgb(170,186,99); }
div.DivClassName
{
background-color: #AABA63;
}
.BgClassName
{
background-color: #AABA63;
}
</style>
border-color css
<style>
span { border-color: #AABA63; }
span { border-color: rgb(170,186,99); }
td.TdClassName
{
border-color: #AABA63;
}
.TagClassName
{
border-color: #AABA63;
}
</style>