Shades of Olive Green #ABBB60
Tints of Olive Green #ABBB60
RGB
CMYK
RGB Variations
Color information
#ABBB60 (or 0xABBB60) is known color: Olive Green. HEX triplet: AB, BB and 60. RGB value is (171,187,96). Sum of RGB (Red+Green+Blue) = 171+187+96=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB60 is #54449F. Grayscale: #ACACAC. Windows color (decimal): -5522592 or 6339499. OLE color: 6339499.
HSL color Cylindrical-coordinate representation of color #ABBB60: hue angle of 70.55º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBB60 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 96 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.27 |
| HSL | 70.55º | 0.4% | 0.55% | - |
| HSV(B) | 70.55º | 0.49% | 0.73% | - |
| XYZ | 36.68 | 45.04 | 17.83 | - |
| YUV | 171.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 96 | 0.09 | 0 | 0.49 | 0.27 | 70.55 | 0.4 | 0.55 |
| Hex | AB | BB | 60 | 9 | 0 | 31 | 1B | 47 | 28 | 37 |
| Octal | 253 | 273 | 140 | 11 | 0 | 61 | 33 | 107 | 50 | 67 |
| Binary | 10101011 | 10111011 | 1100000 | 1001 | 0 | 110001 | 11011 | 1000111 | 101000 | 110111 |
Color Harmonies of #ABBB60
Complementary color
Monochromatic Colors of #ABBB60
Black with #ABBB60
Text Example
Text Example
White with #ABBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB60; }
p { color: rgb(171,187,96); }
H1.HeaderClassName
{
color: #ABBB60;
}
.AnyTagClassName
{
color: #ABBB60;
}
</style>
background-color css
<style>
a { background-color: #ABBB60; }
a { background-color: rgb(171,187,96); }
div.DivClassName
{
background-color: #ABBB60;
}
.BgClassName
{
background-color: #ABBB60;
}
</style>
border-color css
<style>
span { border-color: #ABBB60; }
span { border-color: rgb(171,187,96); }
td.TdClassName
{
border-color: #ABBB60;
}
.TagClassName
{
border-color: #ABBB60;
}
</style>