Shades of Gossip #8CC676
Tints of Gossip #8CC676
RGB
CMYK
RGB Variations
Color information
#8CC676 (or 0x8CC676) is known color: Gossip. HEX triplet: 8C, C6 and 76. RGB value is (140,198,118). Sum of RGB (Red+Green+Blue) = 140+198+118=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC676 is #733989. Grayscale: #ABABAB. Windows color (decimal): -7551370 or 7784076. OLE color: 7784076.
HSL color Cylindrical-coordinate representation of color #8CC676: hue angle of 103.5º 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 #8CC676 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 118 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.22 |
| HSL | 103.5º | 0.41% | 0.62% | - |
| HSV(B) | 103.5º | 0.4% | 0.78% | - |
| XYZ | 34.28 | 47.27 | 24.46 | - |
| YUV | 171.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 118 | 0.29 | 0 | 0.40 | 0.22 | 103.5 | 0.41 | 0.62 |
| Hex | 8C | C6 | 76 | 1D | 0 | 28 | 16 | 68 | 29 | 3E |
| Octal | 214 | 306 | 166 | 35 | 0 | 50 | 26 | 150 | 51 | 76 |
| Binary | 10001100 | 11000110 | 1110110 | 11101 | 0 | 101000 | 10110 | 1101000 | 101001 | 111110 |
Color Harmonies of #8CC676
Complementary color
Monochromatic Colors of #8CC676
Black with #8CC676
Text Example
Text Example
White with #8CC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC676; }
p { color: rgb(140,198,118); }
H1.HeaderClassName
{
color: #8CC676;
}
.AnyTagClassName
{
color: #8CC676;
}
</style>
background-color css
<style>
a { background-color: #8CC676; }
a { background-color: rgb(140,198,118); }
div.DivClassName
{
background-color: #8CC676;
}
.BgClassName
{
background-color: #8CC676;
}
</style>
border-color css
<style>
span { border-color: #8CC676; }
span { border-color: rgb(140,198,118); }
td.TdClassName
{
border-color: #8CC676;
}
.TagClassName
{
border-color: #8CC676;
}
</style>