Shades of Gossip #8DCF76
Tints of Gossip #8DCF76
RGB
CMYK
RGB Variations
Color information
#8DCF76 (or 0x8DCF76) is known color: Gossip. HEX triplet: 8D, CF and 76. RGB value is (141,207,118). Sum of RGB (Red+Green+Blue) = 141+207+118=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF76 is #723089. Grayscale: #B1B1B1. Windows color (decimal): -7483530 or 7786381. OLE color: 7786381.
HSL color Cylindrical-coordinate representation of color #8DCF76: hue angle of 104.49º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCF76 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 118 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.19 |
| HSL | 104.49º | 0.48% | 0.64% | - |
| HSV(B) | 104.49º | 0.43% | 0.81% | - |
| XYZ | 36.57 | 51.6 | 25.17 | - |
| YUV | 177.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 118 | 0.32 | 0 | 0.43 | 0.19 | 104.49 | 0.48 | 0.64 |
| Hex | 8D | CF | 76 | 20 | 0 | 2B | 13 | 68 | 30 | 40 |
| Octal | 215 | 317 | 166 | 40 | 0 | 53 | 23 | 150 | 60 | 100 |
| Binary | 10001101 | 11001111 | 1110110 | 100000 | 0 | 101011 | 10011 | 1101000 | 110000 | 1000000 |
Color Harmonies of #8DCF76
Complementary color
Monochromatic Colors of #8DCF76
Black with #8DCF76
Text Example
Text Example
White with #8DCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF76; }
p { color: rgb(141,207,118); }
H1.HeaderClassName
{
color: #8DCF76;
}
.AnyTagClassName
{
color: #8DCF76;
}
</style>
background-color css
<style>
a { background-color: #8DCF76; }
a { background-color: rgb(141,207,118); }
div.DivClassName
{
background-color: #8DCF76;
}
.BgClassName
{
background-color: #8DCF76;
}
</style>
border-color css
<style>
span { border-color: #8DCF76; }
span { border-color: rgb(141,207,118); }
td.TdClassName
{
border-color: #8DCF76;
}
.TagClassName
{
border-color: #8DCF76;
}
</style>