Shades of Olivine #A0BE6A
Tints of Olivine #A0BE6A
RGB
CMYK
RGB Variations
Color information
#A0BE6A (or 0xA0BE6A) is known color: Olivine. HEX triplet: A0, BE and 6A. RGB value is (160,190,106). Sum of RGB (Red+Green+Blue) = 160+190+106=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6A is #5F4195. Grayscale: #ABABAB. Windows color (decimal): -6242710 or 6995616. OLE color: 6995616.
HSL color Cylindrical-coordinate representation of color #A0BE6A: hue angle of 81.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0BE6A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 106 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.25 |
| HSL | 81.43º | 0.39% | 0.58% | - |
| HSV(B) | 81.43º | 0.44% | 0.75% | - |
| XYZ | 35.51 | 45.34 | 20.52 | - |
| YUV | 171.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 106 | 0.16 | 0 | 0.44 | 0.25 | 81.43 | 0.39 | 0.58 |
| Hex | A0 | BE | 6A | 10 | 0 | 2C | 19 | 51 | 27 | 3A |
| Octal | 240 | 276 | 152 | 20 | 0 | 54 | 31 | 121 | 47 | 72 |
| Binary | 10100000 | 10111110 | 1101010 | 10000 | 0 | 101100 | 11001 | 1010001 | 100111 | 111010 |
Color Harmonies of #A0BE6A
Complementary color
Monochromatic Colors of #A0BE6A
Black with #A0BE6A
Text Example
Text Example
White with #A0BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE6A; }
p { color: rgb(160,190,106); }
H1.HeaderClassName
{
color: #A0BE6A;
}
.AnyTagClassName
{
color: #A0BE6A;
}
</style>
background-color css
<style>
a { background-color: #A0BE6A; }
a { background-color: rgb(160,190,106); }
div.DivClassName
{
background-color: #A0BE6A;
}
.BgClassName
{
background-color: #A0BE6A;
}
</style>
border-color css
<style>
span { border-color: #A0BE6A; }
span { border-color: rgb(160,190,106); }
td.TdClassName
{
border-color: #A0BE6A;
}
.TagClassName
{
border-color: #A0BE6A;
}
</style>