Shades of Gossip #8FC975
Tints of Gossip #8FC975
RGB
CMYK
RGB Variations
Color information
#8FC975 (or 0x8FC975) is known color: Gossip. HEX triplet: 8F, C9 and 75. RGB value is (143,201,117). Sum of RGB (Red+Green+Blue) = 143+201+117=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC975 is #70368A. Grayscale: #AEAEAE. Windows color (decimal): -7353995 or 7719311. OLE color: 7719311.
HSL color Cylindrical-coordinate representation of color #8FC975: hue angle of 101.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC975 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 117 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.21 |
| HSL | 101.43º | 0.44% | 0.62% | - |
| HSV(B) | 101.43º | 0.42% | 0.79% | - |
| XYZ | 35.43 | 48.9 | 24.4 | - |
| YUV | 174.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 117 | 0.29 | 0 | 0.42 | 0.21 | 101.43 | 0.44 | 0.62 |
| Hex | 8F | C9 | 75 | 1D | 0 | 2A | 15 | 65 | 2C | 3E |
| Octal | 217 | 311 | 165 | 35 | 0 | 52 | 25 | 145 | 54 | 76 |
| Binary | 10001111 | 11001001 | 1110101 | 11101 | 0 | 101010 | 10101 | 1100101 | 101100 | 111110 |
Color Harmonies of #8FC975
Complementary color
Monochromatic Colors of #8FC975
Black with #8FC975
Text Example
Text Example
White with #8FC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC975; }
p { color: rgb(143,201,117); }
H1.HeaderClassName
{
color: #8FC975;
}
.AnyTagClassName
{
color: #8FC975;
}
</style>
background-color css
<style>
a { background-color: #8FC975; }
a { background-color: rgb(143,201,117); }
div.DivClassName
{
background-color: #8FC975;
}
.BgClassName
{
background-color: #8FC975;
}
</style>
border-color css
<style>
span { border-color: #8FC975; }
span { border-color: rgb(143,201,117); }
td.TdClassName
{
border-color: #8FC975;
}
.TagClassName
{
border-color: #8FC975;
}
</style>