Shades of Olivine #A0BE6E
Tints of Olivine #A0BE6E
RGB
CMYK
RGB Variations
Color information
#A0BE6E (or 0xA0BE6E) is known color: Olivine. HEX triplet: A0, BE and 6E. RGB value is (160,190,110). Sum of RGB (Red+Green+Blue) = 160+190+110=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6E is #5F4191. Grayscale: #ACACAC. Windows color (decimal): -6242706 or 7257760. OLE color: 7257760.
HSL color Cylindrical-coordinate representation of color #A0BE6E: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0BE6E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 110 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 82.5º | 0.38% | 0.59% | - |
| HSV(B) | 82.5º | 0.42% | 0.75% | - |
| XYZ | 35.73 | 45.43 | 21.64 | - |
| YUV | 171.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 110 | 0.16 | 0 | 0.42 | 0.25 | 82.5 | 0.38 | 0.59 |
| Hex | A0 | BE | 6E | 10 | 0 | 2A | 19 | 52 | 26 | 3B |
| Octal | 240 | 276 | 156 | 20 | 0 | 52 | 31 | 122 | 46 | 73 |
| Binary | 10100000 | 10111110 | 1101110 | 10000 | 0 | 101010 | 11001 | 1010010 | 100110 | 111011 |
Color Harmonies of #A0BE6E
Complementary color
Monochromatic Colors of #A0BE6E
Black with #A0BE6E
Text Example
Text Example
White with #A0BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE6E; }
p { color: rgb(160,190,110); }
H1.HeaderClassName
{
color: #A0BE6E;
}
.AnyTagClassName
{
color: #A0BE6E;
}
</style>
background-color css
<style>
a { background-color: #A0BE6E; }
a { background-color: rgb(160,190,110); }
div.DivClassName
{
background-color: #A0BE6E;
}
.BgClassName
{
background-color: #A0BE6E;
}
</style>
border-color css
<style>
span { border-color: #A0BE6E; }
span { border-color: rgb(160,190,110); }
td.TdClassName
{
border-color: #A0BE6E;
}
.TagClassName
{
border-color: #A0BE6E;
}
</style>