Shades of Olivine #8FC671
Tints of Olivine #8FC671
RGB
CMYK
RGB Variations
Color information
#8FC671 (or 0x8FC671) is known color: Olivine. HEX triplet: 8F, C6 and 71. RGB value is (143,198,113). Sum of RGB (Red+Green+Blue) = 143+198+113=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC671 is #70398E. Grayscale: #ACACAC. Windows color (decimal): -7354767 or 7456399. OLE color: 7456399.
HSL color Cylindrical-coordinate representation of color #8FC671: hue angle of 98.82º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC671 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 113 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.22 |
| HSL | 98.82º | 0.43% | 0.61% | - |
| HSV(B) | 98.82º | 0.43% | 0.78% | - |
| XYZ | 34.5 | 47.42 | 22.96 | - |
| YUV | 171.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 113 | 0.28 | 0 | 0.43 | 0.22 | 98.82 | 0.43 | 0.61 |
| Hex | 8F | C6 | 71 | 1C | 0 | 2B | 16 | 63 | 2B | 3D |
| Octal | 217 | 306 | 161 | 34 | 0 | 53 | 26 | 143 | 53 | 75 |
| Binary | 10001111 | 11000110 | 1110001 | 11100 | 0 | 101011 | 10110 | 1100011 | 101011 | 111101 |
Color Harmonies of #8FC671
Complementary color
Monochromatic Colors of #8FC671
Black with #8FC671
Text Example
Text Example
White with #8FC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC671; }
p { color: rgb(143,198,113); }
H1.HeaderClassName
{
color: #8FC671;
}
.AnyTagClassName
{
color: #8FC671;
}
</style>
background-color css
<style>
a { background-color: #8FC671; }
a { background-color: rgb(143,198,113); }
div.DivClassName
{
background-color: #8FC671;
}
.BgClassName
{
background-color: #8FC671;
}
</style>
border-color css
<style>
span { border-color: #8FC671; }
span { border-color: rgb(143,198,113); }
td.TdClassName
{
border-color: #8FC671;
}
.TagClassName
{
border-color: #8FC671;
}
</style>