Shades of Olive Green #ABBA67
Tints of Olive Green #ABBA67
RGB
CMYK
RGB Variations
Color information
#ABBA67 (or 0xABBA67) is known color: Olive Green. HEX triplet: AB, BA and 67. RGB value is (171,186,103). Sum of RGB (Red+Green+Blue) = 171+186+103=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA67 is #544598. Grayscale: #ACACAC. Windows color (decimal): -5522841 or 6797995. OLE color: 6797995.
HSL color Cylindrical-coordinate representation of color #ABBA67: hue angle of 70.84º 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 #ABBA67 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 103 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.27 |
| HSL | 70.84º | 0.38% | 0.57% | - |
| HSV(B) | 70.84º | 0.45% | 0.73% | - |
| XYZ | 36.8 | 44.76 | 19.53 | - |
| YUV | 172.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 103 | 0.08 | 0 | 0.45 | 0.27 | 70.84 | 0.38 | 0.57 |
| Hex | AB | BA | 67 | 8 | 0 | 2D | 1B | 47 | 26 | 39 |
| Octal | 253 | 272 | 147 | 10 | 0 | 55 | 33 | 107 | 46 | 71 |
| Binary | 10101011 | 10111010 | 1100111 | 1000 | 0 | 101101 | 11011 | 1000111 | 100110 | 111001 |
Color Harmonies of #ABBA67
Complementary color
Monochromatic Colors of #ABBA67
Black with #ABBA67
Text Example
Text Example
White with #ABBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA67; }
p { color: rgb(171,186,103); }
H1.HeaderClassName
{
color: #ABBA67;
}
.AnyTagClassName
{
color: #ABBA67;
}
</style>
background-color css
<style>
a { background-color: #ABBA67; }
a { background-color: rgb(171,186,103); }
div.DivClassName
{
background-color: #ABBA67;
}
.BgClassName
{
background-color: #ABBA67;
}
</style>
border-color css
<style>
span { border-color: #ABBA67; }
span { border-color: rgb(171,186,103); }
td.TdClassName
{
border-color: #ABBA67;
}
.TagClassName
{
border-color: #ABBA67;
}
</style>