Shades of Gossip #8FC676
Tints of Gossip #8FC676
RGB
CMYK
RGB Variations
Color information
#8FC676 (or 0x8FC676) is known color: Gossip. HEX triplet: 8F, C6 and 76. RGB value is (143,198,118). Sum of RGB (Red+Green+Blue) = 143+198+118=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC676 is #703989. Grayscale: #ACACAC. Windows color (decimal): -7354762 or 7784079. OLE color: 7784079.
HSL color Cylindrical-coordinate representation of color #8FC676: hue angle of 101.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC676 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 118 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.22 |
| HSL | 101.25º | 0.41% | 0.62% | - |
| HSV(B) | 101.25º | 0.4% | 0.78% | - |
| XYZ | 34.79 | 47.54 | 24.48 | - |
| YUV | 172.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 118 | 0.28 | 0 | 0.40 | 0.22 | 101.25 | 0.41 | 0.62 |
| Hex | 8F | C6 | 76 | 1C | 0 | 28 | 16 | 65 | 29 | 3E |
| Octal | 217 | 306 | 166 | 34 | 0 | 50 | 26 | 145 | 51 | 76 |
| Binary | 10001111 | 11000110 | 1110110 | 11100 | 0 | 101000 | 10110 | 1100101 | 101001 | 111110 |
Color Harmonies of #8FC676
Complementary color
Monochromatic Colors of #8FC676
Black with #8FC676
Text Example
Text Example
White with #8FC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC676; }
p { color: rgb(143,198,118); }
H1.HeaderClassName
{
color: #8FC676;
}
.AnyTagClassName
{
color: #8FC676;
}
</style>
background-color css
<style>
a { background-color: #8FC676; }
a { background-color: rgb(143,198,118); }
div.DivClassName
{
background-color: #8FC676;
}
.BgClassName
{
background-color: #8FC676;
}
</style>
border-color css
<style>
span { border-color: #8FC676; }
span { border-color: rgb(143,198,118); }
td.TdClassName
{
border-color: #8FC676;
}
.TagClassName
{
border-color: #8FC676;
}
</style>