Shades of Olivine #A0BA69
Tints of Olivine #A0BA69
RGB
CMYK
RGB Variations
Color information
#A0BA69 (or 0xA0BA69) is known color: Olivine. HEX triplet: A0, BA and 69. RGB value is (160,186,105). Sum of RGB (Red+Green+Blue) = 160+186+105=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA69 is #5F4596. Grayscale: #A9A9A9. Windows color (decimal): -6243735 or 6929056. OLE color: 6929056.
HSL color Cylindrical-coordinate representation of color #A0BA69: hue angle of 79.26º 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 #A0BA69 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 105 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.27 |
| HSL | 79.26º | 0.37% | 0.57% | - |
| HSV(B) | 79.26º | 0.44% | 0.73% | - |
| XYZ | 34.61 | 43.61 | 19.96 | - |
| YUV | 168.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 105 | 0.14 | 0 | 0.44 | 0.27 | 79.26 | 0.37 | 0.57 |
| Hex | A0 | BA | 69 | E | 0 | 2C | 1B | 4F | 25 | 39 |
| Octal | 240 | 272 | 151 | 16 | 0 | 54 | 33 | 117 | 45 | 71 |
| Binary | 10100000 | 10111010 | 1101001 | 1110 | 0 | 101100 | 11011 | 1001111 | 100101 | 111001 |
Color Harmonies of #A0BA69
Complementary color
Monochromatic Colors of #A0BA69
Black with #A0BA69
Text Example
Text Example
White with #A0BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA69; }
p { color: rgb(160,186,105); }
H1.HeaderClassName
{
color: #A0BA69;
}
.AnyTagClassName
{
color: #A0BA69;
}
</style>
background-color css
<style>
a { background-color: #A0BA69; }
a { background-color: rgb(160,186,105); }
div.DivClassName
{
background-color: #A0BA69;
}
.BgClassName
{
background-color: #A0BA69;
}
</style>
border-color css
<style>
span { border-color: #A0BA69; }
span { border-color: rgb(160,186,105); }
td.TdClassName
{
border-color: #A0BA69;
}
.TagClassName
{
border-color: #A0BA69;
}
</style>