Shades of Olivine #A0BB70
Tints of Olivine #A0BB70
RGB
CMYK
RGB Variations
Color information
#A0BB70 (or 0xA0BB70) is known color: Olivine. HEX triplet: A0, BB and 70. RGB value is (160,187,112). Sum of RGB (Red+Green+Blue) = 160+187+112=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB70 is #5F448F. Grayscale: #AAAAAA. Windows color (decimal): -6243472 or 7388064. OLE color: 7388064.
HSL color Cylindrical-coordinate representation of color #A0BB70: hue angle of 81.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BB70 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 112 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.27 |
| HSL | 81.6º | 0.36% | 0.59% | - |
| HSV(B) | 81.6º | 0.4% | 0.73% | - |
| XYZ | 35.19 | 44.18 | 22 | - |
| YUV | 170.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 112 | 0.14 | 0 | 0.40 | 0.27 | 81.6 | 0.36 | 0.59 |
| Hex | A0 | BB | 70 | E | 0 | 28 | 1B | 52 | 24 | 3B |
| Octal | 240 | 273 | 160 | 16 | 0 | 50 | 33 | 122 | 44 | 73 |
| Binary | 10100000 | 10111011 | 1110000 | 1110 | 0 | 101000 | 11011 | 1010010 | 100100 | 111011 |
Color Harmonies of #A0BB70
Complementary color
Monochromatic Colors of #A0BB70
Black with #A0BB70
Text Example
Text Example
White with #A0BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB70; }
p { color: rgb(160,187,112); }
H1.HeaderClassName
{
color: #A0BB70;
}
.AnyTagClassName
{
color: #A0BB70;
}
</style>
background-color css
<style>
a { background-color: #A0BB70; }
a { background-color: rgb(160,187,112); }
div.DivClassName
{
background-color: #A0BB70;
}
.BgClassName
{
background-color: #A0BB70;
}
</style>
border-color css
<style>
span { border-color: #A0BB70; }
span { border-color: rgb(160,187,112); }
td.TdClassName
{
border-color: #A0BB70;
}
.TagClassName
{
border-color: #A0BB70;
}
</style>