Shades of Gossip #8FC679
Tints of Gossip #8FC679
RGB
CMYK
RGB Variations
Color information
#8FC679 (or 0x8FC679) is known color: Gossip. HEX triplet: 8F, C6 and 79. RGB value is (143,198,121). Sum of RGB (Red+Green+Blue) = 143+198+121=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC679 is #703986. Grayscale: #ADADAD. Windows color (decimal): -7354759 or 7980687. OLE color: 7980687.
HSL color Cylindrical-coordinate representation of color #8FC679: hue angle of 102.86º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC679 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 121 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.22 |
| HSL | 102.86º | 0.4% | 0.63% | - |
| HSV(B) | 102.86º | 0.39% | 0.78% | - |
| XYZ | 34.97 | 47.61 | 25.44 | - |
| YUV | 172.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 121 | 0.28 | 0 | 0.39 | 0.22 | 102.86 | 0.4 | 0.63 |
| Hex | 8F | C6 | 79 | 1C | 0 | 27 | 16 | 67 | 28 | 3F |
| Octal | 217 | 306 | 171 | 34 | 0 | 47 | 26 | 147 | 50 | 77 |
| Binary | 10001111 | 11000110 | 1111001 | 11100 | 0 | 100111 | 10110 | 1100111 | 101000 | 111111 |
Color Harmonies of #8FC679
Complementary color
Monochromatic Colors of #8FC679
Black with #8FC679
Text Example
Text Example
White with #8FC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC679; }
p { color: rgb(143,198,121); }
H1.HeaderClassName
{
color: #8FC679;
}
.AnyTagClassName
{
color: #8FC679;
}
</style>
background-color css
<style>
a { background-color: #8FC679; }
a { background-color: rgb(143,198,121); }
div.DivClassName
{
background-color: #8FC679;
}
.BgClassName
{
background-color: #8FC679;
}
</style>
border-color css
<style>
span { border-color: #8FC679; }
span { border-color: rgb(143,198,121); }
td.TdClassName
{
border-color: #8FC679;
}
.TagClassName
{
border-color: #8FC679;
}
</style>