Shades of Olivine #A0BE7B
Tints of Olivine #A0BE7B
RGB
CMYK
RGB Variations
Color information
#A0BE7B (or 0xA0BE7B) is known color: Olivine. HEX triplet: A0, BE and 7B. RGB value is (160,190,123). Sum of RGB (Red+Green+Blue) = 160+190+123=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE7B is #5F4184. Grayscale: #ADADAD. Windows color (decimal): -6242693 or 8109728. OLE color: 8109728.
HSL color Cylindrical-coordinate representation of color #A0BE7B: hue angle of 86.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BE7B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 123 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.25 |
| HSL | 86.87º | 0.34% | 0.61% | - |
| HSV(B) | 86.87º | 0.35% | 0.75% | - |
| XYZ | 36.49 | 45.73 | 25.64 | - |
| YUV | 173.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 123 | 0.16 | 0 | 0.35 | 0.25 | 86.87 | 0.34 | 0.61 |
| Hex | A0 | BE | 7B | 10 | 0 | 23 | 19 | 57 | 22 | 3D |
| Octal | 240 | 276 | 173 | 20 | 0 | 43 | 31 | 127 | 42 | 75 |
| Binary | 10100000 | 10111110 | 1111011 | 10000 | 0 | 100011 | 11001 | 1010111 | 100010 | 111101 |
Color Harmonies of #A0BE7B
Complementary color
Monochromatic Colors of #A0BE7B
Black with #A0BE7B
Text Example
Text Example
White with #A0BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE7B; }
p { color: rgb(160,190,123); }
H1.HeaderClassName
{
color: #A0BE7B;
}
.AnyTagClassName
{
color: #A0BE7B;
}
</style>
background-color css
<style>
a { background-color: #A0BE7B; }
a { background-color: rgb(160,190,123); }
div.DivClassName
{
background-color: #A0BE7B;
}
.BgClassName
{
background-color: #A0BE7B;
}
</style>
border-color css
<style>
span { border-color: #A0BE7B; }
span { border-color: rgb(160,190,123); }
td.TdClassName
{
border-color: #A0BE7B;
}
.TagClassName
{
border-color: #A0BE7B;
}
</style>