Shades of Olive Green #ABBA69
Tints of Olive Green #ABBA69
RGB
CMYK
RGB Variations
Color information
#ABBA69 (or 0xABBA69) is known color: Olive Green. HEX triplet: AB, BA and 69. RGB value is (171,186,105). Sum of RGB (Red+Green+Blue) = 171+186+105=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA69 is #544596. Grayscale: #ACACAC. Windows color (decimal): -5522839 or 6929067. OLE color: 6929067.
HSL color Cylindrical-coordinate representation of color #ABBA69: hue angle of 71.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABBA69 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 105 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.27 |
| HSL | 71.11º | 0.37% | 0.57% | - |
| HSV(B) | 71.11º | 0.44% | 0.73% | - |
| XYZ | 36.9 | 44.8 | 20.07 | - |
| YUV | 172.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 105 | 0.08 | 0 | 0.44 | 0.27 | 71.11 | 0.37 | 0.57 |
| Hex | AB | BA | 69 | 8 | 0 | 2C | 1B | 47 | 25 | 39 |
| Octal | 253 | 272 | 151 | 10 | 0 | 54 | 33 | 107 | 45 | 71 |
| Binary | 10101011 | 10111010 | 1101001 | 1000 | 0 | 101100 | 11011 | 1000111 | 100101 | 111001 |
Color Harmonies of #ABBA69
Complementary color
Monochromatic Colors of #ABBA69
Black with #ABBA69
Text Example
Text Example
White with #ABBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA69; }
p { color: rgb(171,186,105); }
H1.HeaderClassName
{
color: #ABBA69;
}
.AnyTagClassName
{
color: #ABBA69;
}
</style>
background-color css
<style>
a { background-color: #ABBA69; }
a { background-color: rgb(171,186,105); }
div.DivClassName
{
background-color: #ABBA69;
}
.BgClassName
{
background-color: #ABBA69;
}
</style>
border-color css
<style>
span { border-color: #ABBA69; }
span { border-color: rgb(171,186,105); }
td.TdClassName
{
border-color: #ABBA69;
}
.TagClassName
{
border-color: #ABBA69;
}
</style>