Shades of Olivine #A0BC7C
Tints of Olivine #A0BC7C
RGB
CMYK
RGB Variations
Color information
#A0BC7C (or 0xA0BC7C) is known color: Olivine. HEX triplet: A0, BC and 7C. RGB value is (160,188,124). Sum of RGB (Red+Green+Blue) = 160+188+124=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC7C is #5F4383. Grayscale: #ACACAC. Windows color (decimal): -6243204 or 8174752. OLE color: 8174752.
HSL color Cylindrical-coordinate representation of color #A0BC7C: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BC7C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 124 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.26 |
| HSL | 86.25º | 0.32% | 0.61% | - |
| HSV(B) | 86.25º | 0.34% | 0.74% | - |
| XYZ | 36.12 | 44.9 | 25.83 | - |
| YUV | 172.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 124 | 0.15 | 0 | 0.34 | 0.26 | 86.25 | 0.32 | 0.61 |
| Hex | A0 | BC | 7C | F | 0 | 22 | 1A | 56 | 20 | 3D |
| Octal | 240 | 274 | 174 | 17 | 0 | 42 | 32 | 126 | 40 | 75 |
| Binary | 10100000 | 10111100 | 1111100 | 1111 | 0 | 100010 | 11010 | 1010110 | 100000 | 111101 |
Color Harmonies of #A0BC7C
Complementary color
Monochromatic Colors of #A0BC7C
Black with #A0BC7C
Text Example
Text Example
White with #A0BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC7C; }
p { color: rgb(160,188,124); }
H1.HeaderClassName
{
color: #A0BC7C;
}
.AnyTagClassName
{
color: #A0BC7C;
}
</style>
background-color css
<style>
a { background-color: #A0BC7C; }
a { background-color: rgb(160,188,124); }
div.DivClassName
{
background-color: #A0BC7C;
}
.BgClassName
{
background-color: #A0BC7C;
}
</style>
border-color css
<style>
span { border-color: #A0BC7C; }
span { border-color: rgb(160,188,124); }
td.TdClassName
{
border-color: #A0BC7C;
}
.TagClassName
{
border-color: #A0BC7C;
}
</style>