Shades of Gossip #8FC680
Tints of Gossip #8FC680
RGB
CMYK
RGB Variations
Color information
#8FC680 (or 0x8FC680) is known color: Gossip. HEX triplet: 8F, C6 and 80. RGB value is (143,198,128). Sum of RGB (Red+Green+Blue) = 143+198+128=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC680 is #70397F. Grayscale: #ADADAD. Windows color (decimal): -7354752 or 8439439. OLE color: 8439439.
HSL color Cylindrical-coordinate representation of color #8FC680: hue angle of 107.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC680 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 128 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.22 |
| HSL | 107.14º | 0.38% | 0.64% | - |
| HSV(B) | 107.14º | 0.35% | 0.78% | - |
| XYZ | 35.42 | 47.79 | 27.78 | - |
| YUV | 173.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 128 | 0.28 | 0 | 0.35 | 0.22 | 107.14 | 0.38 | 0.64 |
| Hex | 8F | C6 | 80 | 1C | 0 | 23 | 16 | 6B | 26 | 40 |
| Octal | 217 | 306 | 200 | 34 | 0 | 43 | 26 | 153 | 46 | 100 |
| Binary | 10001111 | 11000110 | 10000000 | 11100 | 0 | 100011 | 10110 | 1101011 | 100110 | 1000000 |
Color Harmonies of #8FC680
Complementary color
Monochromatic Colors of #8FC680
Black with #8FC680
Text Example
Text Example
White with #8FC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC680; }
p { color: rgb(143,198,128); }
H1.HeaderClassName
{
color: #8FC680;
}
.AnyTagClassName
{
color: #8FC680;
}
</style>
background-color css
<style>
a { background-color: #8FC680; }
a { background-color: rgb(143,198,128); }
div.DivClassName
{
background-color: #8FC680;
}
.BgClassName
{
background-color: #8FC680;
}
</style>
border-color css
<style>
span { border-color: #8FC680; }
span { border-color: rgb(143,198,128); }
td.TdClassName
{
border-color: #8FC680;
}
.TagClassName
{
border-color: #8FC680;
}
</style>