Shades of Gossip #8FC778
Tints of Gossip #8FC778
RGB
CMYK
RGB Variations
Color information
#8FC778 (or 0x8FC778) is known color: Gossip. HEX triplet: 8F, C7 and 78. RGB value is (143,199,120). Sum of RGB (Red+Green+Blue) = 143+199+120=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC778 is #703887. Grayscale: #ADADAD. Windows color (decimal): -7354504 or 7915407. OLE color: 7915407.
HSL color Cylindrical-coordinate representation of color #8FC778: hue angle of 102.53º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC778 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 120 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.22 |
| HSL | 102.53º | 0.41% | 0.63% | - |
| HSV(B) | 102.53º | 0.4% | 0.78% | - |
| XYZ | 35.14 | 48.04 | 25.19 | - |
| YUV | 173.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 120 | 0.28 | 0 | 0.40 | 0.22 | 102.53 | 0.41 | 0.63 |
| Hex | 8F | C7 | 78 | 1C | 0 | 28 | 16 | 67 | 29 | 3F |
| Octal | 217 | 307 | 170 | 34 | 0 | 50 | 26 | 147 | 51 | 77 |
| Binary | 10001111 | 11000111 | 1111000 | 11100 | 0 | 101000 | 10110 | 1100111 | 101001 | 111111 |
Color Harmonies of #8FC778
Complementary color
Monochromatic Colors of #8FC778
Black with #8FC778
Text Example
Text Example
White with #8FC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC778; }
p { color: rgb(143,199,120); }
H1.HeaderClassName
{
color: #8FC778;
}
.AnyTagClassName
{
color: #8FC778;
}
</style>
background-color css
<style>
a { background-color: #8FC778; }
a { background-color: rgb(143,199,120); }
div.DivClassName
{
background-color: #8FC778;
}
.BgClassName
{
background-color: #8FC778;
}
</style>
border-color css
<style>
span { border-color: #8FC778; }
span { border-color: rgb(143,199,120); }
td.TdClassName
{
border-color: #8FC778;
}
.TagClassName
{
border-color: #8FC778;
}
</style>