Shades of Olivine #8FC871
Tints of Olivine #8FC871
RGB
CMYK
RGB Variations
Color information
#8FC871 (or 0x8FC871) is known color: Olivine. HEX triplet: 8F, C8 and 71. RGB value is (143,200,113). Sum of RGB (Red+Green+Blue) = 143+200+113=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC871 is #70378E. Grayscale: #ADADAD. Windows color (decimal): -7354255 or 7456911. OLE color: 7456911.
HSL color Cylindrical-coordinate representation of color #8FC871: hue angle of 99.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC871 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 113 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.22 |
| HSL | 99.31º | 0.44% | 0.61% | - |
| HSV(B) | 99.31º | 0.44% | 0.78% | - |
| XYZ | 34.96 | 48.34 | 23.11 | - |
| YUV | 173.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 113 | 0.28 | 0 | 0.44 | 0.22 | 99.31 | 0.44 | 0.61 |
| Hex | 8F | C8 | 71 | 1C | 0 | 2C | 16 | 63 | 2C | 3D |
| Octal | 217 | 310 | 161 | 34 | 0 | 54 | 26 | 143 | 54 | 75 |
| Binary | 10001111 | 11001000 | 1110001 | 11100 | 0 | 101100 | 10110 | 1100011 | 101100 | 111101 |
Color Harmonies of #8FC871
Complementary color
Monochromatic Colors of #8FC871
Black with #8FC871
Text Example
Text Example
White with #8FC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC871; }
p { color: rgb(143,200,113); }
H1.HeaderClassName
{
color: #8FC871;
}
.AnyTagClassName
{
color: #8FC871;
}
</style>
background-color css
<style>
a { background-color: #8FC871; }
a { background-color: rgb(143,200,113); }
div.DivClassName
{
background-color: #8FC871;
}
.BgClassName
{
background-color: #8FC871;
}
</style>
border-color css
<style>
span { border-color: #8FC871; }
span { border-color: rgb(143,200,113); }
td.TdClassName
{
border-color: #8FC871;
}
.TagClassName
{
border-color: #8FC871;
}
</style>