Shades of Olivine #A0BE6B
Tints of Olivine #A0BE6B
RGB
CMYK
RGB Variations
Color information
#A0BE6B (or 0xA0BE6B) is known color: Olivine. HEX triplet: A0, BE and 6B. RGB value is (160,190,107). Sum of RGB (Red+Green+Blue) = 160+190+107=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6B is #5F4194. Grayscale: #ABABAB. Windows color (decimal): -6242709 or 7061152. OLE color: 7061152.
HSL color Cylindrical-coordinate representation of color #A0BE6B: hue angle of 81.69º 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 #A0BE6B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 107 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.25 |
| HSL | 81.69º | 0.39% | 0.58% | - |
| HSV(B) | 81.69º | 0.44% | 0.75% | - |
| XYZ | 35.56 | 45.36 | 20.79 | - |
| YUV | 171.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 107 | 0.16 | 0 | 0.44 | 0.25 | 81.69 | 0.39 | 0.58 |
| Hex | A0 | BE | 6B | 10 | 0 | 2C | 19 | 52 | 27 | 3A |
| Octal | 240 | 276 | 153 | 20 | 0 | 54 | 31 | 122 | 47 | 72 |
| Binary | 10100000 | 10111110 | 1101011 | 10000 | 0 | 101100 | 11001 | 1010010 | 100111 | 111010 |
Color Harmonies of #A0BE6B
Complementary color
Monochromatic Colors of #A0BE6B
Black with #A0BE6B
Text Example
Text Example
White with #A0BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE6B; }
p { color: rgb(160,190,107); }
H1.HeaderClassName
{
color: #A0BE6B;
}
.AnyTagClassName
{
color: #A0BE6B;
}
</style>
background-color css
<style>
a { background-color: #A0BE6B; }
a { background-color: rgb(160,190,107); }
div.DivClassName
{
background-color: #A0BE6B;
}
.BgClassName
{
background-color: #A0BE6B;
}
</style>
border-color css
<style>
span { border-color: #A0BE6B; }
span { border-color: rgb(160,190,107); }
td.TdClassName
{
border-color: #A0BE6B;
}
.TagClassName
{
border-color: #A0BE6B;
}
</style>