Shades of Gossip #8BC778
Tints of Gossip #8BC778
RGB
CMYK
RGB Variations
Color information
#8BC778 (or 0x8BC778) is known color: Gossip. HEX triplet: 8B, C7 and 78. RGB value is (139,199,120). Sum of RGB (Red+Green+Blue) = 139+199+120=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC778 is #743887. Grayscale: #ACACAC. Windows color (decimal): -7616648 or 7915403. OLE color: 7915403.
HSL color Cylindrical-coordinate representation of color #8BC778: hue angle of 105.57º degrees, saturation: 0.41, 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 #8BC778 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 120 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.22 |
| HSL | 105.57º | 0.41% | 0.63% | - |
| HSV(B) | 105.57º | 0.4% | 0.78% | - |
| XYZ | 34.46 | 47.69 | 25.16 | - |
| YUV | 172.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 120 | 0.30 | 0 | 0.40 | 0.22 | 105.57 | 0.41 | 0.63 |
| Hex | 8B | C7 | 78 | 1E | 0 | 28 | 16 | 6A | 29 | 3F |
| Octal | 213 | 307 | 170 | 36 | 0 | 50 | 26 | 152 | 51 | 77 |
| Binary | 10001011 | 11000111 | 1111000 | 11110 | 0 | 101000 | 10110 | 1101010 | 101001 | 111111 |
Color Harmonies of #8BC778
Complementary color
Monochromatic Colors of #8BC778
Black with #8BC778
Text Example
Text Example
White with #8BC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC778; }
p { color: rgb(139,199,120); }
H1.HeaderClassName
{
color: #8BC778;
}
.AnyTagClassName
{
color: #8BC778;
}
</style>
background-color css
<style>
a { background-color: #8BC778; }
a { background-color: rgb(139,199,120); }
div.DivClassName
{
background-color: #8BC778;
}
.BgClassName
{
background-color: #8BC778;
}
</style>
border-color css
<style>
span { border-color: #8BC778; }
span { border-color: rgb(139,199,120); }
td.TdClassName
{
border-color: #8BC778;
}
.TagClassName
{
border-color: #8BC778;
}
</style>