Shades of Olive Green #ABBB66
Tints of Olive Green #ABBB66
RGB
CMYK
RGB Variations
Color information
#ABBB66 (or 0xABBB66) is known color: Olive Green. HEX triplet: AB, BB and 66. RGB value is (171,187,102). Sum of RGB (Red+Green+Blue) = 171+187+102=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB66 is #544499. Grayscale: #ACACAC. Windows color (decimal): -5522586 or 6732715. OLE color: 6732715.
HSL color Cylindrical-coordinate representation of color #ABBB66: hue angle of 71.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABBB66 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 102 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.27 |
| HSL | 71.29º | 0.38% | 0.57% | - |
| HSV(B) | 71.29º | 0.45% | 0.73% | - |
| XYZ | 36.96 | 45.16 | 19.34 | - |
| YUV | 172.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 102 | 0.09 | 0 | 0.45 | 0.27 | 71.29 | 0.38 | 0.57 |
| Hex | AB | BB | 66 | 9 | 0 | 2D | 1B | 47 | 26 | 39 |
| Octal | 253 | 273 | 146 | 11 | 0 | 55 | 33 | 107 | 46 | 71 |
| Binary | 10101011 | 10111011 | 1100110 | 1001 | 0 | 101101 | 11011 | 1000111 | 100110 | 111001 |
Color Harmonies of #ABBB66
Complementary color
Monochromatic Colors of #ABBB66
Black with #ABBB66
Text Example
Text Example
White with #ABBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB66; }
p { color: rgb(171,187,102); }
H1.HeaderClassName
{
color: #ABBB66;
}
.AnyTagClassName
{
color: #ABBB66;
}
</style>
background-color css
<style>
a { background-color: #ABBB66; }
a { background-color: rgb(171,187,102); }
div.DivClassName
{
background-color: #ABBB66;
}
.BgClassName
{
background-color: #ABBB66;
}
</style>
border-color css
<style>
span { border-color: #ABBB66; }
span { border-color: rgb(171,187,102); }
td.TdClassName
{
border-color: #ABBB66;
}
.TagClassName
{
border-color: #ABBB66;
}
</style>