Shades of Olive Green #ABBA65
Tints of Olive Green #ABBA65
RGB
CMYK
RGB Variations
Color information
#ABBA65 (or 0xABBA65) is known color: Olive Green. HEX triplet: AB, BA and 65. RGB value is (171,186,101). Sum of RGB (Red+Green+Blue) = 171+186+101=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA65 is #54459A. Grayscale: #ACACAC. Windows color (decimal): -5522843 or 6666923. OLE color: 6666923.
HSL color Cylindrical-coordinate representation of color #ABBA65: hue angle of 70.59º 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 #ABBA65 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 101 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.27 |
| HSL | 70.59º | 0.38% | 0.56% | - |
| HSV(B) | 70.59º | 0.46% | 0.73% | - |
| XYZ | 36.7 | 44.72 | 19.01 | - |
| YUV | 171.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 101 | 0.08 | 0 | 0.46 | 0.27 | 70.59 | 0.38 | 0.56 |
| Hex | AB | BA | 65 | 8 | 0 | 2E | 1B | 47 | 26 | 38 |
| Octal | 253 | 272 | 145 | 10 | 0 | 56 | 33 | 107 | 46 | 70 |
| Binary | 10101011 | 10111010 | 1100101 | 1000 | 0 | 101110 | 11011 | 1000111 | 100110 | 111000 |
Color Harmonies of #ABBA65
Complementary color
Monochromatic Colors of #ABBA65
Black with #ABBA65
Text Example
Text Example
White with #ABBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA65; }
p { color: rgb(171,186,101); }
H1.HeaderClassName
{
color: #ABBA65;
}
.AnyTagClassName
{
color: #ABBA65;
}
</style>
background-color css
<style>
a { background-color: #ABBA65; }
a { background-color: rgb(171,186,101); }
div.DivClassName
{
background-color: #ABBA65;
}
.BgClassName
{
background-color: #ABBA65;
}
</style>
border-color css
<style>
span { border-color: #ABBA65; }
span { border-color: rgb(171,186,101); }
td.TdClassName
{
border-color: #ABBA65;
}
.TagClassName
{
border-color: #ABBA65;
}
</style>