Shades of Olivine #A0BB7F
Tints of Olivine #A0BB7F
RGB
CMYK
RGB Variations
Color information
#A0BB7F (or 0xA0BB7F) is known color: Olivine. HEX triplet: A0, BB and 7F. RGB value is (160,187,127). Sum of RGB (Red+Green+Blue) = 160+187+127=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB7F is #5F4480. Grayscale: #ACACAC. Windows color (decimal): -6243457 or 8371104. OLE color: 8371104.
HSL color Cylindrical-coordinate representation of color #A0BB7F: hue angle of 87º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BB7F is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 127 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.27 |
| HSL | 87º | 0.31% | 0.62% | - |
| HSV(B) | 87º | 0.32% | 0.73% | - |
| XYZ | 36.1 | 44.55 | 26.77 | - |
| YUV | 172.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 127 | 0.14 | 0 | 0.32 | 0.27 | 87 | 0.31 | 0.62 |
| Hex | A0 | BB | 7F | E | 0 | 20 | 1B | 57 | 1F | 3E |
| Octal | 240 | 273 | 177 | 16 | 0 | 40 | 33 | 127 | 37 | 76 |
| Binary | 10100000 | 10111011 | 1111111 | 1110 | 0 | 100000 | 11011 | 1010111 | 11111 | 111110 |
Color Harmonies of #A0BB7F
Complementary color
Monochromatic Colors of #A0BB7F
Black with #A0BB7F
Text Example
Text Example
White with #A0BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB7F; }
p { color: rgb(160,187,127); }
H1.HeaderClassName
{
color: #A0BB7F;
}
.AnyTagClassName
{
color: #A0BB7F;
}
</style>
background-color css
<style>
a { background-color: #A0BB7F; }
a { background-color: rgb(160,187,127); }
div.DivClassName
{
background-color: #A0BB7F;
}
.BgClassName
{
background-color: #A0BB7F;
}
</style>
border-color css
<style>
span { border-color: #A0BB7F; }
span { border-color: rgb(160,187,127); }
td.TdClassName
{
border-color: #A0BB7F;
}
.TagClassName
{
border-color: #A0BB7F;
}
</style>