Shades of Olivine #A0BC76
Tints of Olivine #A0BC76
RGB
CMYK
RGB Variations
Color information
#A0BC76 (or 0xA0BC76) is known color: Olivine. HEX triplet: A0, BC and 76. RGB value is (160,188,118). Sum of RGB (Red+Green+Blue) = 160+188+118=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC76 is #5F4389. Grayscale: #ABABAB. Windows color (decimal): -6243210 or 7781536. OLE color: 7781536.
HSL color Cylindrical-coordinate representation of color #A0BC76: hue angle of 84º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0BC76 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 118 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.26 |
| HSL | 84º | 0.34% | 0.6% | - |
| HSV(B) | 84º | 0.37% | 0.74% | - |
| XYZ | 35.75 | 44.75 | 23.89 | - |
| YUV | 171.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 118 | 0.15 | 0 | 0.37 | 0.26 | 84 | 0.34 | 0.6 |
| Hex | A0 | BC | 76 | F | 0 | 25 | 1A | 54 | 22 | 3C |
| Octal | 240 | 274 | 166 | 17 | 0 | 45 | 32 | 124 | 42 | 74 |
| Binary | 10100000 | 10111100 | 1110110 | 1111 | 0 | 100101 | 11010 | 1010100 | 100010 | 111100 |
Color Harmonies of #A0BC76
Complementary color
Monochromatic Colors of #A0BC76
Black with #A0BC76
Text Example
Text Example
White with #A0BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC76; }
p { color: rgb(160,188,118); }
H1.HeaderClassName
{
color: #A0BC76;
}
.AnyTagClassName
{
color: #A0BC76;
}
</style>
background-color css
<style>
a { background-color: #A0BC76; }
a { background-color: rgb(160,188,118); }
div.DivClassName
{
background-color: #A0BC76;
}
.BgClassName
{
background-color: #A0BC76;
}
</style>
border-color css
<style>
span { border-color: #A0BC76; }
span { border-color: rgb(160,188,118); }
td.TdClassName
{
border-color: #A0BC76;
}
.TagClassName
{
border-color: #A0BC76;
}
</style>