Shades of Olivine #A0BF7E
Tints of Olivine #A0BF7E
RGB
CMYK
RGB Variations
Color information
#A0BF7E (or 0xA0BF7E) is known color: Olivine. HEX triplet: A0, BF and 7E. RGB value is (160,191,126). Sum of RGB (Red+Green+Blue) = 160+191+126=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF7E is #5F4081. Grayscale: #AEAEAE. Windows color (decimal): -6242434 or 8306592. OLE color: 8306592.
HSL color Cylindrical-coordinate representation of color #A0BF7E: hue angle of 88.62º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BF7E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 126 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.25 |
| HSL | 88.62º | 0.34% | 0.62% | - |
| HSV(B) | 88.62º | 0.34% | 0.75% | - |
| XYZ | 36.89 | 46.24 | 26.72 | - |
| YUV | 174.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 126 | 0.16 | 0 | 0.34 | 0.25 | 88.62 | 0.34 | 0.62 |
| Hex | A0 | BF | 7E | 10 | 0 | 22 | 19 | 59 | 22 | 3E |
| Octal | 240 | 277 | 176 | 20 | 0 | 42 | 31 | 131 | 42 | 76 |
| Binary | 10100000 | 10111111 | 1111110 | 10000 | 0 | 100010 | 11001 | 1011001 | 100010 | 111110 |
Color Harmonies of #A0BF7E
Complementary color
Monochromatic Colors of #A0BF7E
Black with #A0BF7E
Text Example
Text Example
White with #A0BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF7E; }
p { color: rgb(160,191,126); }
H1.HeaderClassName
{
color: #A0BF7E;
}
.AnyTagClassName
{
color: #A0BF7E;
}
</style>
background-color css
<style>
a { background-color: #A0BF7E; }
a { background-color: rgb(160,191,126); }
div.DivClassName
{
background-color: #A0BF7E;
}
.BgClassName
{
background-color: #A0BF7E;
}
</style>
border-color css
<style>
span { border-color: #A0BF7E; }
span { border-color: rgb(160,191,126); }
td.TdClassName
{
border-color: #A0BF7E;
}
.TagClassName
{
border-color: #A0BF7E;
}
</style>