Shades of Olivine #A0BE6D
Tints of Olivine #A0BE6D
RGB
CMYK
RGB Variations
Color information
#A0BE6D (or 0xA0BE6D) is known color: Olivine. HEX triplet: A0, BE and 6D. RGB value is (160,190,109). Sum of RGB (Red+Green+Blue) = 160+190+109=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6D is #5F4192. Grayscale: #ACACAC. Windows color (decimal): -6242707 or 7192224. OLE color: 7192224.
HSL color Cylindrical-coordinate representation of color #A0BE6D: hue angle of 82.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0BE6D is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 109 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.25 |
| HSL | 82.22º | 0.38% | 0.59% | - |
| HSV(B) | 82.22º | 0.43% | 0.75% | - |
| XYZ | 35.67 | 45.4 | 21.35 | - |
| YUV | 171.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 109 | 0.16 | 0 | 0.43 | 0.25 | 82.22 | 0.38 | 0.59 |
| Hex | A0 | BE | 6D | 10 | 0 | 2B | 19 | 52 | 26 | 3B |
| Octal | 240 | 276 | 155 | 20 | 0 | 53 | 31 | 122 | 46 | 73 |
| Binary | 10100000 | 10111110 | 1101101 | 10000 | 0 | 101011 | 11001 | 1010010 | 100110 | 111011 |
Color Harmonies of #A0BE6D
Complementary color
Monochromatic Colors of #A0BE6D
Black with #A0BE6D
Text Example
Text Example
White with #A0BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE6D; }
p { color: rgb(160,190,109); }
H1.HeaderClassName
{
color: #A0BE6D;
}
.AnyTagClassName
{
color: #A0BE6D;
}
</style>
background-color css
<style>
a { background-color: #A0BE6D; }
a { background-color: rgb(160,190,109); }
div.DivClassName
{
background-color: #A0BE6D;
}
.BgClassName
{
background-color: #A0BE6D;
}
</style>
border-color css
<style>
span { border-color: #A0BE6D; }
span { border-color: rgb(160,190,109); }
td.TdClassName
{
border-color: #A0BE6D;
}
.TagClassName
{
border-color: #A0BE6D;
}
</style>