Shades of Olivine #A0BB71
Tints of Olivine #A0BB71
RGB
CMYK
RGB Variations
Color information
#A0BB71 (or 0xA0BB71) is known color: Olivine. HEX triplet: A0, BB and 71. RGB value is (160,187,113). Sum of RGB (Red+Green+Blue) = 160+187+113=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB71 is #5F448E. Grayscale: #AAAAAA. Windows color (decimal): -6243471 or 7453600. OLE color: 7453600.
HSL color Cylindrical-coordinate representation of color #A0BB71: hue angle of 81.89º degrees, saturation: 0.35, 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 #A0BB71 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 113 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.27 |
| HSL | 81.89º | 0.35% | 0.59% | - |
| HSV(B) | 81.89º | 0.4% | 0.73% | - |
| XYZ | 35.25 | 44.21 | 22.3 | - |
| YUV | 170.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 113 | 0.14 | 0 | 0.40 | 0.27 | 81.89 | 0.35 | 0.59 |
| Hex | A0 | BB | 71 | E | 0 | 28 | 1B | 52 | 23 | 3B |
| Octal | 240 | 273 | 161 | 16 | 0 | 50 | 33 | 122 | 43 | 73 |
| Binary | 10100000 | 10111011 | 1110001 | 1110 | 0 | 101000 | 11011 | 1010010 | 100011 | 111011 |
Color Harmonies of #A0BB71
Complementary color
Monochromatic Colors of #A0BB71
Black with #A0BB71
Text Example
Text Example
White with #A0BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB71; }
p { color: rgb(160,187,113); }
H1.HeaderClassName
{
color: #A0BB71;
}
.AnyTagClassName
{
color: #A0BB71;
}
</style>
background-color css
<style>
a { background-color: #A0BB71; }
a { background-color: rgb(160,187,113); }
div.DivClassName
{
background-color: #A0BB71;
}
.BgClassName
{
background-color: #A0BB71;
}
</style>
border-color css
<style>
span { border-color: #A0BB71; }
span { border-color: rgb(160,187,113); }
td.TdClassName
{
border-color: #A0BB71;
}
.TagClassName
{
border-color: #A0BB71;
}
</style>