Shades of Olivine #A0B870
Tints of Olivine #A0B870
RGB
CMYK
RGB Variations
Color information
#A0B870 (or 0xA0B870) is known color: Olivine. HEX triplet: A0, B8 and 70. RGB value is (160,184,112). Sum of RGB (Red+Green+Blue) = 160+184+112=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B870 is #5F478F. Grayscale: #A8A8A8. Windows color (decimal): -6244240 or 7387296. OLE color: 7387296.
HSL color Cylindrical-coordinate representation of color #A0B870: hue angle of 80º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0B870 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 112 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.28 |
| HSL | 80º | 0.34% | 0.58% | - |
| HSV(B) | 80º | 0.39% | 0.72% | - |
| XYZ | 34.56 | 42.92 | 21.79 | - |
| YUV | 168.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 112 | 0.13 | 0 | 0.39 | 0.28 | 80 | 0.34 | 0.58 |
| Hex | A0 | B8 | 70 | D | 0 | 27 | 1C | 50 | 22 | 3A |
| Octal | 240 | 270 | 160 | 15 | 0 | 47 | 34 | 120 | 42 | 72 |
| Binary | 10100000 | 10111000 | 1110000 | 1101 | 0 | 100111 | 11100 | 1010000 | 100010 | 111010 |
Color Harmonies of #A0B870
Complementary color
Monochromatic Colors of #A0B870
Black with #A0B870
Text Example
Text Example
White with #A0B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B870; }
p { color: rgb(160,184,112); }
H1.HeaderClassName
{
color: #A0B870;
}
.AnyTagClassName
{
color: #A0B870;
}
</style>
background-color css
<style>
a { background-color: #A0B870; }
a { background-color: rgb(160,184,112); }
div.DivClassName
{
background-color: #A0B870;
}
.BgClassName
{
background-color: #A0B870;
}
</style>
border-color css
<style>
span { border-color: #A0B870; }
span { border-color: rgb(160,184,112); }
td.TdClassName
{
border-color: #A0B870;
}
.TagClassName
{
border-color: #A0B870;
}
</style>