Shades of Olivine #A0BE7A
Tints of Olivine #A0BE7A
RGB
CMYK
RGB Variations
Color information
#A0BE7A (or 0xA0BE7A) is known color: Olivine. HEX triplet: A0, BE and 7A. RGB value is (160,190,122). Sum of RGB (Red+Green+Blue) = 160+190+122=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE7A is #5F4185. Grayscale: #ADADAD. Windows color (decimal): -6242694 or 8044192. OLE color: 8044192.
HSL color Cylindrical-coordinate representation of color #A0BE7A: hue angle of 86.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BE7A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 122 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.25 |
| HSL | 86.47º | 0.34% | 0.61% | - |
| HSV(B) | 86.47º | 0.36% | 0.75% | - |
| XYZ | 36.42 | 45.71 | 25.31 | - |
| YUV | 173.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 122 | 0.16 | 0 | 0.36 | 0.25 | 86.47 | 0.34 | 0.61 |
| Hex | A0 | BE | 7A | 10 | 0 | 24 | 19 | 56 | 22 | 3D |
| Octal | 240 | 276 | 172 | 20 | 0 | 44 | 31 | 126 | 42 | 75 |
| Binary | 10100000 | 10111110 | 1111010 | 10000 | 0 | 100100 | 11001 | 1010110 | 100010 | 111101 |
Color Harmonies of #A0BE7A
Complementary color
Monochromatic Colors of #A0BE7A
Black with #A0BE7A
Text Example
Text Example
White with #A0BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE7A; }
p { color: rgb(160,190,122); }
H1.HeaderClassName
{
color: #A0BE7A;
}
.AnyTagClassName
{
color: #A0BE7A;
}
</style>
background-color css
<style>
a { background-color: #A0BE7A; }
a { background-color: rgb(160,190,122); }
div.DivClassName
{
background-color: #A0BE7A;
}
.BgClassName
{
background-color: #A0BE7A;
}
</style>
border-color css
<style>
span { border-color: #A0BE7A; }
span { border-color: rgb(160,190,122); }
td.TdClassName
{
border-color: #A0BE7A;
}
.TagClassName
{
border-color: #A0BE7A;
}
</style>