Shades of Gossip #8CC878
Tints of Gossip #8CC878
RGB
CMYK
RGB Variations
Color information
#8CC878 (or 0x8CC878) is known color: Gossip. HEX triplet: 8C, C8 and 78. RGB value is (140,200,120). Sum of RGB (Red+Green+Blue) = 140+200+120=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC878 is #733787. Grayscale: #ADADAD. Windows color (decimal): -7550856 or 7915660. OLE color: 7915660.
HSL color Cylindrical-coordinate representation of color #8CC878: hue angle of 105º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC878 is Cyan = 0.3, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 120 | - |
| CMYK | 0.3 | 0 | 0.4 | 0.22 |
| HSL | 105º | 0.42% | 0.63% | - |
| HSV(B) | 105º | 0.4% | 0.78% | - |
| XYZ | 34.86 | 48.24 | 25.24 | - |
| YUV | 172.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 120 | 0.3 | 0 | 0.4 | 0.22 | 105 | 0.42 | 0.63 |
| Hex | 8C | C8 | 78 | 1E | 0 | 28 | 16 | 69 | 2A | 3F |
| Octal | 214 | 310 | 170 | 36 | 0 | 50 | 26 | 151 | 52 | 77 |
| Binary | 10001100 | 11001000 | 1111000 | 11110 | 0 | 101000 | 10110 | 1101001 | 101010 | 111111 |
Color Harmonies of #8CC878
Complementary color
Monochromatic Colors of #8CC878
Black with #8CC878
Text Example
Text Example
White with #8CC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC878; }
p { color: rgb(140,200,120); }
H1.HeaderClassName
{
color: #8CC878;
}
.AnyTagClassName
{
color: #8CC878;
}
</style>
background-color css
<style>
a { background-color: #8CC878; }
a { background-color: rgb(140,200,120); }
div.DivClassName
{
background-color: #8CC878;
}
.BgClassName
{
background-color: #8CC878;
}
</style>
border-color css
<style>
span { border-color: #8CC878; }
span { border-color: rgb(140,200,120); }
td.TdClassName
{
border-color: #8CC878;
}
.TagClassName
{
border-color: #8CC878;
}
</style>