Shades of Olivine #A0BA6F
Tints of Olivine #A0BA6F
RGB
CMYK
RGB Variations
Color information
#A0BA6F (or 0xA0BA6F) is known color: Olivine. HEX triplet: A0, BA and 6F. RGB value is (160,186,111). Sum of RGB (Red+Green+Blue) = 160+186+111=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA6F is #5F4590. Grayscale: #A9A9A9. Windows color (decimal): -6243729 or 7322272. OLE color: 7322272.
HSL color Cylindrical-coordinate representation of color #A0BA6F: hue angle of 80.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BA6F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 111 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.27 |
| HSL | 80.8º | 0.35% | 0.58% | - |
| HSV(B) | 80.8º | 0.4% | 0.73% | - |
| XYZ | 34.93 | 43.74 | 21.64 | - |
| YUV | 169.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 111 | 0.14 | 0 | 0.40 | 0.27 | 80.8 | 0.35 | 0.58 |
| Hex | A0 | BA | 6F | E | 0 | 28 | 1B | 51 | 23 | 3A |
| Octal | 240 | 272 | 157 | 16 | 0 | 50 | 33 | 121 | 43 | 72 |
| Binary | 10100000 | 10111010 | 1101111 | 1110 | 0 | 101000 | 11011 | 1010001 | 100011 | 111010 |
Color Harmonies of #A0BA6F
Complementary color
Monochromatic Colors of #A0BA6F
Black with #A0BA6F
Text Example
Text Example
White with #A0BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA6F; }
p { color: rgb(160,186,111); }
H1.HeaderClassName
{
color: #A0BA6F;
}
.AnyTagClassName
{
color: #A0BA6F;
}
</style>
background-color css
<style>
a { background-color: #A0BA6F; }
a { background-color: rgb(160,186,111); }
div.DivClassName
{
background-color: #A0BA6F;
}
.BgClassName
{
background-color: #A0BA6F;
}
</style>
border-color css
<style>
span { border-color: #A0BA6F; }
span { border-color: rgb(160,186,111); }
td.TdClassName
{
border-color: #A0BA6F;
}
.TagClassName
{
border-color: #A0BA6F;
}
</style>