Shades of Olivine #A0B86E
Tints of Olivine #A0B86E
RGB
CMYK
RGB Variations
Color information
#A0B86E (or 0xA0B86E) is known color: Olivine. HEX triplet: A0, B8 and 6E. RGB value is (160,184,110). Sum of RGB (Red+Green+Blue) = 160+184+110=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B86E is #5F4791. Grayscale: #A8A8A8. Windows color (decimal): -6244242 or 7256224. OLE color: 7256224.
HSL color Cylindrical-coordinate representation of color #A0B86E: hue angle of 79.46º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B86E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 110 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.28 |
| HSL | 79.46º | 0.34% | 0.58% | - |
| HSV(B) | 79.46º | 0.4% | 0.72% | - |
| XYZ | 34.45 | 42.88 | 21.21 | - |
| YUV | 168.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 110 | 0.13 | 0 | 0.40 | 0.28 | 79.46 | 0.34 | 0.58 |
| Hex | A0 | B8 | 6E | D | 0 | 28 | 1C | 4F | 22 | 3A |
| Octal | 240 | 270 | 156 | 15 | 0 | 50 | 34 | 117 | 42 | 72 |
| Binary | 10100000 | 10111000 | 1101110 | 1101 | 0 | 101000 | 11100 | 1001111 | 100010 | 111010 |
Color Harmonies of #A0B86E
Complementary color
Monochromatic Colors of #A0B86E
Black with #A0B86E
Text Example
Text Example
White with #A0B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B86E; }
p { color: rgb(160,184,110); }
H1.HeaderClassName
{
color: #A0B86E;
}
.AnyTagClassName
{
color: #A0B86E;
}
</style>
background-color css
<style>
a { background-color: #A0B86E; }
a { background-color: rgb(160,184,110); }
div.DivClassName
{
background-color: #A0B86E;
}
.BgClassName
{
background-color: #A0B86E;
}
</style>
border-color css
<style>
span { border-color: #A0B86E; }
span { border-color: rgb(160,184,110); }
td.TdClassName
{
border-color: #A0B86E;
}
.TagClassName
{
border-color: #A0B86E;
}
</style>