Shades of Gossip #8FC677
Tints of Gossip #8FC677
RGB
CMYK
RGB Variations
Color information
#8FC677 (or 0x8FC677) is known color: Gossip. HEX triplet: 8F, C6 and 77. RGB value is (143,198,119). Sum of RGB (Red+Green+Blue) = 143+198+119=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC677 is #703988. Grayscale: #ACACAC. Windows color (decimal): -7354761 or 7849615. OLE color: 7849615.
HSL color Cylindrical-coordinate representation of color #8FC677: hue angle of 101.77º 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 #8FC677 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 119 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.22 |
| HSL | 101.77º | 0.41% | 0.62% | - |
| HSV(B) | 101.77º | 0.4% | 0.78% | - |
| XYZ | 34.85 | 47.56 | 24.8 | - |
| YUV | 172.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 119 | 0.28 | 0 | 0.40 | 0.22 | 101.77 | 0.41 | 0.62 |
| Hex | 8F | C6 | 77 | 1C | 0 | 28 | 16 | 66 | 29 | 3E |
| Octal | 217 | 306 | 167 | 34 | 0 | 50 | 26 | 146 | 51 | 76 |
| Binary | 10001111 | 11000110 | 1110111 | 11100 | 0 | 101000 | 10110 | 1100110 | 101001 | 111110 |
Color Harmonies of #8FC677
Complementary color
Monochromatic Colors of #8FC677
Black with #8FC677
Text Example
Text Example
White with #8FC677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC677; }
p { color: rgb(143,198,119); }
H1.HeaderClassName
{
color: #8FC677;
}
.AnyTagClassName
{
color: #8FC677;
}
</style>
background-color css
<style>
a { background-color: #8FC677; }
a { background-color: rgb(143,198,119); }
div.DivClassName
{
background-color: #8FC677;
}
.BgClassName
{
background-color: #8FC677;
}
</style>
border-color css
<style>
span { border-color: #8FC677; }
span { border-color: rgb(143,198,119); }
td.TdClassName
{
border-color: #8FC677;
}
.TagClassName
{
border-color: #8FC677;
}
</style>