Shades of Gossip #8FC977
Tints of Gossip #8FC977
RGB
CMYK
RGB Variations
Color information
#8FC977 (or 0x8FC977) is known color: Gossip. HEX triplet: 8F, C9 and 77. RGB value is (143,201,119). Sum of RGB (Red+Green+Blue) = 143+201+119=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC977 is #703688. Grayscale: #AEAEAE. Windows color (decimal): -7353993 or 7850383. OLE color: 7850383.
HSL color Cylindrical-coordinate representation of color #8FC977: hue angle of 102.44º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FC977 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 119 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.21 |
| HSL | 102.44º | 0.43% | 0.63% | - |
| HSV(B) | 102.44º | 0.41% | 0.79% | - |
| XYZ | 35.54 | 48.94 | 25.03 | - |
| YUV | 174.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 119 | 0.29 | 0 | 0.41 | 0.21 | 102.44 | 0.43 | 0.63 |
| Hex | 8F | C9 | 77 | 1D | 0 | 29 | 15 | 66 | 2B | 3F |
| Octal | 217 | 311 | 167 | 35 | 0 | 51 | 25 | 146 | 53 | 77 |
| Binary | 10001111 | 11001001 | 1110111 | 11101 | 0 | 101001 | 10101 | 1100110 | 101011 | 111111 |
Color Harmonies of #8FC977
Complementary color
Monochromatic Colors of #8FC977
Black with #8FC977
Text Example
Text Example
White with #8FC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC977; }
p { color: rgb(143,201,119); }
H1.HeaderClassName
{
color: #8FC977;
}
.AnyTagClassName
{
color: #8FC977;
}
</style>
background-color css
<style>
a { background-color: #8FC977; }
a { background-color: rgb(143,201,119); }
div.DivClassName
{
background-color: #8FC977;
}
.BgClassName
{
background-color: #8FC977;
}
</style>
border-color css
<style>
span { border-color: #8FC977; }
span { border-color: rgb(143,201,119); }
td.TdClassName
{
border-color: #8FC977;
}
.TagClassName
{
border-color: #8FC977;
}
</style>