Shades of Olivine #A0BF6A
Tints of Olivine #A0BF6A
RGB
CMYK
RGB Variations
Color information
#A0BF6A (or 0xA0BF6A) is known color: Olivine. HEX triplet: A0, BF and 6A. RGB value is (160,191,106). Sum of RGB (Red+Green+Blue) = 160+191+106=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF6A is #5F4095. Grayscale: #ACACAC. Windows color (decimal): -6242454 or 6995872. OLE color: 6995872.
HSL color Cylindrical-coordinate representation of color #A0BF6A: hue angle of 81.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0BF6A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 106 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.25 |
| HSL | 81.88º | 0.4% | 0.58% | - |
| HSV(B) | 81.88º | 0.45% | 0.75% | - |
| XYZ | 35.73 | 45.78 | 20.59 | - |
| YUV | 172.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 106 | 0.16 | 0 | 0.45 | 0.25 | 81.88 | 0.4 | 0.58 |
| Hex | A0 | BF | 6A | 10 | 0 | 2D | 19 | 52 | 28 | 3A |
| Octal | 240 | 277 | 152 | 20 | 0 | 55 | 31 | 122 | 50 | 72 |
| Binary | 10100000 | 10111111 | 1101010 | 10000 | 0 | 101101 | 11001 | 1010010 | 101000 | 111010 |
Color Harmonies of #A0BF6A
Complementary color
Monochromatic Colors of #A0BF6A
Black with #A0BF6A
Text Example
Text Example
White with #A0BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF6A; }
p { color: rgb(160,191,106); }
H1.HeaderClassName
{
color: #A0BF6A;
}
.AnyTagClassName
{
color: #A0BF6A;
}
</style>
background-color css
<style>
a { background-color: #A0BF6A; }
a { background-color: rgb(160,191,106); }
div.DivClassName
{
background-color: #A0BF6A;
}
.BgClassName
{
background-color: #A0BF6A;
}
</style>
border-color css
<style>
span { border-color: #A0BF6A; }
span { border-color: rgb(160,191,106); }
td.TdClassName
{
border-color: #A0BF6A;
}
.TagClassName
{
border-color: #A0BF6A;
}
</style>