Shades of Gossip #8DC678
Tints of Gossip #8DC678
RGB
CMYK
RGB Variations
Color information
#8DC678 (or 0x8DC678) is known color: Gossip. HEX triplet: 8D, C6 and 78. RGB value is (141,198,120). Sum of RGB (Red+Green+Blue) = 141+198+120=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC678 is #723987. Grayscale: #ACACAC. Windows color (decimal): -7485832 or 7915149. OLE color: 7915149.
HSL color Cylindrical-coordinate representation of color #8DC678: hue angle of 103.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC678 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 120 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.22 |
| HSL | 103.85º | 0.41% | 0.62% | - |
| HSV(B) | 103.85º | 0.39% | 0.78% | - |
| XYZ | 34.57 | 47.41 | 25.1 | - |
| YUV | 172.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 120 | 0.29 | 0 | 0.39 | 0.22 | 103.85 | 0.41 | 0.62 |
| Hex | 8D | C6 | 78 | 1D | 0 | 27 | 16 | 68 | 29 | 3E |
| Octal | 215 | 306 | 170 | 35 | 0 | 47 | 26 | 150 | 51 | 76 |
| Binary | 10001101 | 11000110 | 1111000 | 11101 | 0 | 100111 | 10110 | 1101000 | 101001 | 111110 |
Color Harmonies of #8DC678
Complementary color
Monochromatic Colors of #8DC678
Black with #8DC678
Text Example
Text Example
White with #8DC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC678; }
p { color: rgb(141,198,120); }
H1.HeaderClassName
{
color: #8DC678;
}
.AnyTagClassName
{
color: #8DC678;
}
</style>
background-color css
<style>
a { background-color: #8DC678; }
a { background-color: rgb(141,198,120); }
div.DivClassName
{
background-color: #8DC678;
}
.BgClassName
{
background-color: #8DC678;
}
</style>
border-color css
<style>
span { border-color: #8DC678; }
span { border-color: rgb(141,198,120); }
td.TdClassName
{
border-color: #8DC678;
}
.TagClassName
{
border-color: #8DC678;
}
</style>