Shades of Olive Green #ABBB63
Tints of Olive Green #ABBB63
RGB
CMYK
RGB Variations
Color information
#ABBB63 (or 0xABBB63) is known color: Olive Green. HEX triplet: AB, BB and 63. RGB value is (171,187,99). Sum of RGB (Red+Green+Blue) = 171+187+99=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB63 is #54449C. Grayscale: #ACACAC. Windows color (decimal): -5522589 or 6536107. OLE color: 6536107.
HSL color Cylindrical-coordinate representation of color #ABBB63: hue angle of 70.91º 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 #ABBB63 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 99 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.27 |
| HSL | 70.91º | 0.39% | 0.56% | - |
| HSV(B) | 70.91º | 0.47% | 0.73% | - |
| XYZ | 36.82 | 45.1 | 18.57 | - |
| YUV | 172.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 99 | 0.09 | 0 | 0.47 | 0.27 | 70.91 | 0.39 | 0.56 |
| Hex | AB | BB | 63 | 9 | 0 | 2F | 1B | 47 | 27 | 38 |
| Octal | 253 | 273 | 143 | 11 | 0 | 57 | 33 | 107 | 47 | 70 |
| Binary | 10101011 | 10111011 | 1100011 | 1001 | 0 | 101111 | 11011 | 1000111 | 100111 | 111000 |
Color Harmonies of #ABBB63
Complementary color
Monochromatic Colors of #ABBB63
Black with #ABBB63
Text Example
Text Example
White with #ABBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB63; }
p { color: rgb(171,187,99); }
H1.HeaderClassName
{
color: #ABBB63;
}
.AnyTagClassName
{
color: #ABBB63;
}
</style>
background-color css
<style>
a { background-color: #ABBB63; }
a { background-color: rgb(171,187,99); }
div.DivClassName
{
background-color: #ABBB63;
}
.BgClassName
{
background-color: #ABBB63;
}
</style>
border-color css
<style>
span { border-color: #ABBB63; }
span { border-color: rgb(171,187,99); }
td.TdClassName
{
border-color: #ABBB63;
}
.TagClassName
{
border-color: #ABBB63;
}
</style>