Shades of Gossip #8EC378
Tints of Gossip #8EC378
RGB
CMYK
RGB Variations
Color information
#8EC378 (or 0x8EC378) is known color: Gossip. HEX triplet: 8E, C3 and 78. RGB value is (142,195,120). Sum of RGB (Red+Green+Blue) = 142+195+120=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC378 is #713C87. Grayscale: #AAAAAA. Windows color (decimal): -7421064 or 7914382. OLE color: 7914382.
HSL color Cylindrical-coordinate representation of color #8EC378: hue angle of 102.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EC378 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 120 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.24 |
| HSL | 102.4º | 0.38% | 0.62% | - |
| HSV(B) | 102.4º | 0.38% | 0.76% | - |
| XYZ | 34.06 | 46.14 | 24.88 | - |
| YUV | 170.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 120 | 0.27 | 0 | 0.38 | 0.24 | 102.4 | 0.38 | 0.62 |
| Hex | 8E | C3 | 78 | 1B | 0 | 26 | 18 | 66 | 26 | 3E |
| Octal | 216 | 303 | 170 | 33 | 0 | 46 | 30 | 146 | 46 | 76 |
| Binary | 10001110 | 11000011 | 1111000 | 11011 | 0 | 100110 | 11000 | 1100110 | 100110 | 111110 |
Color Harmonies of #8EC378
Complementary color
Monochromatic Colors of #8EC378
Black with #8EC378
Text Example
Text Example
White with #8EC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC378; }
p { color: rgb(142,195,120); }
H1.HeaderClassName
{
color: #8EC378;
}
.AnyTagClassName
{
color: #8EC378;
}
</style>
background-color css
<style>
a { background-color: #8EC378; }
a { background-color: rgb(142,195,120); }
div.DivClassName
{
background-color: #8EC378;
}
.BgClassName
{
background-color: #8EC378;
}
</style>
border-color css
<style>
span { border-color: #8EC378; }
span { border-color: rgb(142,195,120); }
td.TdClassName
{
border-color: #8EC378;
}
.TagClassName
{
border-color: #8EC378;
}
</style>