Shades of Gossip #8ECF76
Tints of Gossip #8ECF76
RGB
CMYK
RGB Variations
Color information
#8ECF76 (or 0x8ECF76) is known color: Gossip. HEX triplet: 8E, CF and 76. RGB value is (142,207,118). Sum of RGB (Red+Green+Blue) = 142+207+118=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF76 is #713089. Grayscale: #B1B1B1. Windows color (decimal): -7417994 or 7786382. OLE color: 7786382.
HSL color Cylindrical-coordinate representation of color #8ECF76: hue angle of 103.82º 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 #8ECF76 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 118 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.19 |
| HSL | 103.82º | 0.48% | 0.64% | - |
| HSV(B) | 103.82º | 0.43% | 0.81% | - |
| XYZ | 36.74 | 51.68 | 25.18 | - |
| YUV | 177.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 118 | 0.31 | 0 | 0.43 | 0.19 | 103.82 | 0.48 | 0.64 |
| Hex | 8E | CF | 76 | 1F | 0 | 2B | 13 | 68 | 30 | 40 |
| Octal | 216 | 317 | 166 | 37 | 0 | 53 | 23 | 150 | 60 | 100 |
| Binary | 10001110 | 11001111 | 1110110 | 11111 | 0 | 101011 | 10011 | 1101000 | 110000 | 1000000 |
Color Harmonies of #8ECF76
Complementary color
Monochromatic Colors of #8ECF76
Black with #8ECF76
Text Example
Text Example
White with #8ECF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF76; }
p { color: rgb(142,207,118); }
H1.HeaderClassName
{
color: #8ECF76;
}
.AnyTagClassName
{
color: #8ECF76;
}
</style>
background-color css
<style>
a { background-color: #8ECF76; }
a { background-color: rgb(142,207,118); }
div.DivClassName
{
background-color: #8ECF76;
}
.BgClassName
{
background-color: #8ECF76;
}
</style>
border-color css
<style>
span { border-color: #8ECF76; }
span { border-color: rgb(142,207,118); }
td.TdClassName
{
border-color: #8ECF76;
}
.TagClassName
{
border-color: #8ECF76;
}
</style>