Shades of Olive Green #AABB63
Tints of Olive Green #AABB63
RGB
CMYK
RGB Variations
Color information
#AABB63 (or 0xAABB63) is known color: Olive Green. HEX triplet: AA, BB and 63. RGB value is (170,187,99). Sum of RGB (Red+Green+Blue) = 170+187+99=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB63 is #55449C. Grayscale: #ACACAC. Windows color (decimal): -5588125 or 6536106. OLE color: 6536106.
HSL color Cylindrical-coordinate representation of color #AABB63: hue angle of 71.59º 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 #AABB63 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 99 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.27 |
| HSL | 71.59º | 0.39% | 0.56% | - |
| HSV(B) | 71.59º | 0.47% | 0.73% | - |
| XYZ | 36.6 | 44.99 | 18.56 | - |
| YUV | 171.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 99 | 0.09 | 0 | 0.47 | 0.27 | 71.59 | 0.39 | 0.56 |
| Hex | AA | BB | 63 | 9 | 0 | 2F | 1B | 48 | 27 | 38 |
| Octal | 252 | 273 | 143 | 11 | 0 | 57 | 33 | 110 | 47 | 70 |
| Binary | 10101010 | 10111011 | 1100011 | 1001 | 0 | 101111 | 11011 | 1001000 | 100111 | 111000 |
Color Harmonies of #AABB63
Complementary color
Monochromatic Colors of #AABB63
Black with #AABB63
Text Example
Text Example
White with #AABB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB63; }
p { color: rgb(170,187,99); }
H1.HeaderClassName
{
color: #AABB63;
}
.AnyTagClassName
{
color: #AABB63;
}
</style>
background-color css
<style>
a { background-color: #AABB63; }
a { background-color: rgb(170,187,99); }
div.DivClassName
{
background-color: #AABB63;
}
.BgClassName
{
background-color: #AABB63;
}
</style>
border-color css
<style>
span { border-color: #AABB63; }
span { border-color: rgb(170,187,99); }
td.TdClassName
{
border-color: #AABB63;
}
.TagClassName
{
border-color: #AABB63;
}
</style>