Shades of Olive Green #ABB963
Tints of Olive Green #ABB963
RGB
CMYK
RGB Variations
Color information
#ABB963 (or 0xABB963) is known color: Olive Green. HEX triplet: AB, B9 and 63. RGB value is (171,185,99). Sum of RGB (Red+Green+Blue) = 171+185+99=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB963 is #54469C. Grayscale: #ABABAB. Windows color (decimal): -5523101 or 6535595. OLE color: 6535595.
HSL color Cylindrical-coordinate representation of color #ABB963: hue angle of 69.77º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABB963 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 99 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.27 |
| HSL | 69.77º | 0.38% | 0.56% | - |
| HSV(B) | 69.77º | 0.46% | 0.73% | - |
| XYZ | 36.4 | 44.26 | 18.43 | - |
| YUV | 171.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 99 | 0.08 | 0 | 0.46 | 0.27 | 69.77 | 0.38 | 0.56 |
| Hex | AB | B9 | 63 | 8 | 0 | 2E | 1B | 46 | 26 | 38 |
| Octal | 253 | 271 | 143 | 10 | 0 | 56 | 33 | 106 | 46 | 70 |
| Binary | 10101011 | 10111001 | 1100011 | 1000 | 0 | 101110 | 11011 | 1000110 | 100110 | 111000 |
Color Harmonies of #ABB963
Complementary color
Monochromatic Colors of #ABB963
Black with #ABB963
Text Example
Text Example
White with #ABB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB963; }
p { color: rgb(171,185,99); }
H1.HeaderClassName
{
color: #ABB963;
}
.AnyTagClassName
{
color: #ABB963;
}
</style>
background-color css
<style>
a { background-color: #ABB963; }
a { background-color: rgb(171,185,99); }
div.DivClassName
{
background-color: #ABB963;
}
.BgClassName
{
background-color: #ABB963;
}
</style>
border-color css
<style>
span { border-color: #ABB963; }
span { border-color: rgb(171,185,99); }
td.TdClassName
{
border-color: #ABB963;
}
.TagClassName
{
border-color: #ABB963;
}
</style>