Shades of Gossip #8FC678
Tints of Gossip #8FC678
RGB
CMYK
RGB Variations
Color information
#8FC678 (or 0x8FC678) is known color: Gossip. HEX triplet: 8F, C6 and 78. RGB value is (143,198,120). Sum of RGB (Red+Green+Blue) = 143+198+120=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC678 is #703987. Grayscale: #ACACAC. Windows color (decimal): -7354760 or 7915151. OLE color: 7915151.
HSL color Cylindrical-coordinate representation of color #8FC678: hue angle of 102.31º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC678 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 120 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.22 |
| HSL | 102.31º | 0.41% | 0.62% | - |
| HSV(B) | 102.31º | 0.39% | 0.78% | - |
| XYZ | 34.91 | 47.58 | 25.11 | - |
| YUV | 172.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 120 | 0.28 | 0 | 0.39 | 0.22 | 102.31 | 0.41 | 0.62 |
| Hex | 8F | C6 | 78 | 1C | 0 | 27 | 16 | 66 | 29 | 3E |
| Octal | 217 | 306 | 170 | 34 | 0 | 47 | 26 | 146 | 51 | 76 |
| Binary | 10001111 | 11000110 | 1111000 | 11100 | 0 | 100111 | 10110 | 1100110 | 101001 | 111110 |
Color Harmonies of #8FC678
Complementary color
Monochromatic Colors of #8FC678
Black with #8FC678
Text Example
Text Example
White with #8FC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC678; }
p { color: rgb(143,198,120); }
H1.HeaderClassName
{
color: #8FC678;
}
.AnyTagClassName
{
color: #8FC678;
}
</style>
background-color css
<style>
a { background-color: #8FC678; }
a { background-color: rgb(143,198,120); }
div.DivClassName
{
background-color: #8FC678;
}
.BgClassName
{
background-color: #8FC678;
}
</style>
border-color css
<style>
span { border-color: #8FC678; }
span { border-color: rgb(143,198,120); }
td.TdClassName
{
border-color: #8FC678;
}
.TagClassName
{
border-color: #8FC678;
}
</style>