Shades of Olivine #8FBA66
Tints of Olivine #8FBA66
RGB
CMYK
RGB Variations
Color information
#8FBA66 (or 0x8FBA66) is known color: Olivine. HEX triplet: 8F, BA and 66. RGB value is (143,186,102). Sum of RGB (Red+Green+Blue) = 143+186+102=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA66 is #704599. Grayscale: #A3A3A3. Windows color (decimal): -7357850 or 6732431. OLE color: 6732431.
HSL color Cylindrical-coordinate representation of color #8FBA66: hue angle of 90.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FBA66 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 102 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.27 |
| HSL | 90.71º | 0.38% | 0.56% | - |
| HSV(B) | 90.71º | 0.45% | 0.73% | - |
| XYZ | 31.28 | 41.92 | 19.01 | - |
| YUV | 163.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 102 | 0.23 | 0 | 0.45 | 0.27 | 90.71 | 0.38 | 0.56 |
| Hex | 8F | BA | 66 | 17 | 0 | 2D | 1B | 5B | 26 | 38 |
| Octal | 217 | 272 | 146 | 27 | 0 | 55 | 33 | 133 | 46 | 70 |
| Binary | 10001111 | 10111010 | 1100110 | 10111 | 0 | 101101 | 11011 | 1011011 | 100110 | 111000 |
Color Harmonies of #8FBA66
Complementary color
Monochromatic Colors of #8FBA66
Black with #8FBA66
Text Example
Text Example
White with #8FBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA66; }
p { color: rgb(143,186,102); }
H1.HeaderClassName
{
color: #8FBA66;
}
.AnyTagClassName
{
color: #8FBA66;
}
</style>
background-color css
<style>
a { background-color: #8FBA66; }
a { background-color: rgb(143,186,102); }
div.DivClassName
{
background-color: #8FBA66;
}
.BgClassName
{
background-color: #8FBA66;
}
</style>
border-color css
<style>
span { border-color: #8FBA66; }
span { border-color: rgb(143,186,102); }
td.TdClassName
{
border-color: #8FBA66;
}
.TagClassName
{
border-color: #8FBA66;
}
</style>