Shades of Olivine #8FB866
Tints of Olivine #8FB866
RGB
CMYK
RGB Variations
Color information
#8FB866 (or 0x8FB866) is known color: Olivine. HEX triplet: 8F, B8 and 66. RGB value is (143,184,102). Sum of RGB (Red+Green+Blue) = 143+184+102=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB866 is #704799. Grayscale: #A2A2A2. Windows color (decimal): -7358362 or 6731919. OLE color: 6731919.
HSL color Cylindrical-coordinate representation of color #8FB866: hue angle of 90º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FB866 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 102 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.28 |
| HSL | 90º | 0.37% | 0.56% | - |
| HSV(B) | 90º | 0.45% | 0.72% | - |
| XYZ | 30.87 | 41.08 | 18.87 | - |
| YUV | 162.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 102 | 0.22 | 0 | 0.45 | 0.28 | 90 | 0.37 | 0.56 |
| Hex | 8F | B8 | 66 | 16 | 0 | 2D | 1C | 5A | 25 | 38 |
| Octal | 217 | 270 | 146 | 26 | 0 | 55 | 34 | 132 | 45 | 70 |
| Binary | 10001111 | 10111000 | 1100110 | 10110 | 0 | 101101 | 11100 | 1011010 | 100101 | 111000 |
Color Harmonies of #8FB866
Complementary color
Monochromatic Colors of #8FB866
Black with #8FB866
Text Example
Text Example
White with #8FB866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB866; }
p { color: rgb(143,184,102); }
H1.HeaderClassName
{
color: #8FB866;
}
.AnyTagClassName
{
color: #8FB866;
}
</style>
background-color css
<style>
a { background-color: #8FB866; }
a { background-color: rgb(143,184,102); }
div.DivClassName
{
background-color: #8FB866;
}
.BgClassName
{
background-color: #8FB866;
}
</style>
border-color css
<style>
span { border-color: #8FB866; }
span { border-color: rgb(143,184,102); }
td.TdClassName
{
border-color: #8FB866;
}
.TagClassName
{
border-color: #8FB866;
}
</style>