Shades of Olivine #A0BC7F
Tints of Olivine #A0BC7F
RGB
CMYK
RGB Variations
Color information
#A0BC7F (or 0xA0BC7F) is known color: Olivine. HEX triplet: A0, BC and 7F. RGB value is (160,188,127). Sum of RGB (Red+Green+Blue) = 160+188+127=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC7F is #5F4380. Grayscale: #ACACAC. Windows color (decimal): -6243201 or 8371360. OLE color: 8371360.
HSL color Cylindrical-coordinate representation of color #A0BC7F: hue angle of 87.54º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BC7F is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 127 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.26 |
| HSL | 87.54º | 0.31% | 0.62% | - |
| HSV(B) | 87.54º | 0.32% | 0.74% | - |
| XYZ | 36.31 | 44.97 | 26.85 | - |
| YUV | 172.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 127 | 0.15 | 0 | 0.32 | 0.26 | 87.54 | 0.31 | 0.62 |
| Hex | A0 | BC | 7F | F | 0 | 20 | 1A | 58 | 1F | 3E |
| Octal | 240 | 274 | 177 | 17 | 0 | 40 | 32 | 130 | 37 | 76 |
| Binary | 10100000 | 10111100 | 1111111 | 1111 | 0 | 100000 | 11010 | 1011000 | 11111 | 111110 |
Color Harmonies of #A0BC7F
Complementary color
Monochromatic Colors of #A0BC7F
Black with #A0BC7F
Text Example
Text Example
White with #A0BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC7F; }
p { color: rgb(160,188,127); }
H1.HeaderClassName
{
color: #A0BC7F;
}
.AnyTagClassName
{
color: #A0BC7F;
}
</style>
background-color css
<style>
a { background-color: #A0BC7F; }
a { background-color: rgb(160,188,127); }
div.DivClassName
{
background-color: #A0BC7F;
}
.BgClassName
{
background-color: #A0BC7F;
}
</style>
border-color css
<style>
span { border-color: #A0BC7F; }
span { border-color: rgb(160,188,127); }
td.TdClassName
{
border-color: #A0BC7F;
}
.TagClassName
{
border-color: #A0BC7F;
}
</style>