Shades of Olive Green #ABBC66
Tints of Olive Green #ABBC66
RGB
CMYK
RGB Variations
Color information
#ABBC66 (or 0xABBC66) is known color: Olive Green. HEX triplet: AB, BC and 66. RGB value is (171,188,102). Sum of RGB (Red+Green+Blue) = 171+188+102=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC66 is #544399. Grayscale: #ADADAD. Windows color (decimal): -5522330 or 6732971. OLE color: 6732971.
HSL color Cylindrical-coordinate representation of color #ABBC66: hue angle of 71.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABBC66 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 102 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.26 |
| HSL | 71.86º | 0.39% | 0.57% | - |
| HSV(B) | 71.86º | 0.46% | 0.74% | - |
| XYZ | 37.18 | 45.58 | 19.41 | - |
| YUV | 173.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 102 | 0.09 | 0 | 0.46 | 0.26 | 71.86 | 0.39 | 0.57 |
| Hex | AB | BC | 66 | 9 | 0 | 2E | 1A | 48 | 27 | 39 |
| Octal | 253 | 274 | 146 | 11 | 0 | 56 | 32 | 110 | 47 | 71 |
| Binary | 10101011 | 10111100 | 1100110 | 1001 | 0 | 101110 | 11010 | 1001000 | 100111 | 111001 |
Color Harmonies of #ABBC66
Complementary color
Monochromatic Colors of #ABBC66
Black with #ABBC66
Text Example
Text Example
White with #ABBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC66; }
p { color: rgb(171,188,102); }
H1.HeaderClassName
{
color: #ABBC66;
}
.AnyTagClassName
{
color: #ABBC66;
}
</style>
background-color css
<style>
a { background-color: #ABBC66; }
a { background-color: rgb(171,188,102); }
div.DivClassName
{
background-color: #ABBC66;
}
.BgClassName
{
background-color: #ABBC66;
}
</style>
border-color css
<style>
span { border-color: #ABBC66; }
span { border-color: rgb(171,188,102); }
td.TdClassName
{
border-color: #ABBC66;
}
.TagClassName
{
border-color: #ABBC66;
}
</style>