Shades of Olivine #A0BF6F
Tints of Olivine #A0BF6F
RGB
CMYK
RGB Variations
Color information
#A0BF6F (or 0xA0BF6F) is known color: Olivine. HEX triplet: A0, BF and 6F. RGB value is (160,191,111). Sum of RGB (Red+Green+Blue) = 160+191+111=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF6F is #5F4090. Grayscale: #ACACAC. Windows color (decimal): -6242449 or 7323552. OLE color: 7323552.
HSL color Cylindrical-coordinate representation of color #A0BF6F: hue angle of 83.25º 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 #A0BF6F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 111 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 83.25º | 0.38% | 0.59% | - |
| HSV(B) | 83.25º | 0.42% | 0.75% | - |
| XYZ | 36 | 45.88 | 22 | - |
| YUV | 172.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 111 | 0.16 | 0 | 0.42 | 0.25 | 83.25 | 0.38 | 0.59 |
| Hex | A0 | BF | 6F | 10 | 0 | 2A | 19 | 53 | 26 | 3B |
| Octal | 240 | 277 | 157 | 20 | 0 | 52 | 31 | 123 | 46 | 73 |
| Binary | 10100000 | 10111111 | 1101111 | 10000 | 0 | 101010 | 11001 | 1010011 | 100110 | 111011 |
Color Harmonies of #A0BF6F
Complementary color
Monochromatic Colors of #A0BF6F
Black with #A0BF6F
Text Example
Text Example
White with #A0BF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF6F; }
p { color: rgb(160,191,111); }
H1.HeaderClassName
{
color: #A0BF6F;
}
.AnyTagClassName
{
color: #A0BF6F;
}
</style>
background-color css
<style>
a { background-color: #A0BF6F; }
a { background-color: rgb(160,191,111); }
div.DivClassName
{
background-color: #A0BF6F;
}
.BgClassName
{
background-color: #A0BF6F;
}
</style>
border-color css
<style>
span { border-color: #A0BF6F; }
span { border-color: rgb(160,191,111); }
td.TdClassName
{
border-color: #A0BF6F;
}
.TagClassName
{
border-color: #A0BF6F;
}
</style>