Shades of Olivine #A0BA68
Tints of Olivine #A0BA68
RGB
CMYK
RGB Variations
Color information
#A0BA68 (or 0xA0BA68) is known color: Olivine. HEX triplet: A0, BA and 68. RGB value is (160,186,104). Sum of RGB (Red+Green+Blue) = 160+186+104=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA68 is #5F4597. Grayscale: #A9A9A9. Windows color (decimal): -6243736 or 6863520. OLE color: 6863520.
HSL color Cylindrical-coordinate representation of color #A0BA68: hue angle of 79.02º 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 #A0BA68 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 104 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.27 |
| HSL | 79.02º | 0.37% | 0.57% | - |
| HSV(B) | 79.02º | 0.44% | 0.73% | - |
| XYZ | 34.55 | 43.59 | 19.69 | - |
| YUV | 168.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 104 | 0.14 | 0 | 0.44 | 0.27 | 79.02 | 0.37 | 0.57 |
| Hex | A0 | BA | 68 | E | 0 | 2C | 1B | 4F | 25 | 39 |
| Octal | 240 | 272 | 150 | 16 | 0 | 54 | 33 | 117 | 45 | 71 |
| Binary | 10100000 | 10111010 | 1101000 | 1110 | 0 | 101100 | 11011 | 1001111 | 100101 | 111001 |
Color Harmonies of #A0BA68
Complementary color
Monochromatic Colors of #A0BA68
Black with #A0BA68
Text Example
Text Example
White with #A0BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA68; }
p { color: rgb(160,186,104); }
H1.HeaderClassName
{
color: #A0BA68;
}
.AnyTagClassName
{
color: #A0BA68;
}
</style>
background-color css
<style>
a { background-color: #A0BA68; }
a { background-color: rgb(160,186,104); }
div.DivClassName
{
background-color: #A0BA68;
}
.BgClassName
{
background-color: #A0BA68;
}
</style>
border-color css
<style>
span { border-color: #A0BA68; }
span { border-color: rgb(160,186,104); }
td.TdClassName
{
border-color: #A0BA68;
}
.TagClassName
{
border-color: #A0BA68;
}
</style>