Shades of Gossip #8CC975
Tints of Gossip #8CC975
RGB
CMYK
RGB Variations
Color information
#8CC975 (or 0x8CC975) is known color: Gossip. HEX triplet: 8C, C9 and 75. RGB value is (140,201,117). Sum of RGB (Red+Green+Blue) = 140+201+117=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC975 is #73368A. Grayscale: #ADADAD. Windows color (decimal): -7550603 or 7719308. OLE color: 7719308.
HSL color Cylindrical-coordinate representation of color #8CC975: hue angle of 103.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CC975 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 117 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.21 |
| HSL | 103.57º | 0.44% | 0.62% | - |
| HSV(B) | 103.57º | 0.42% | 0.79% | - |
| XYZ | 34.91 | 48.63 | 24.38 | - |
| YUV | 173.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 117 | 0.30 | 0 | 0.42 | 0.21 | 103.57 | 0.44 | 0.62 |
| Hex | 8C | C9 | 75 | 1E | 0 | 2A | 15 | 68 | 2C | 3E |
| Octal | 214 | 311 | 165 | 36 | 0 | 52 | 25 | 150 | 54 | 76 |
| Binary | 10001100 | 11001001 | 1110101 | 11110 | 0 | 101010 | 10101 | 1101000 | 101100 | 111110 |
Color Harmonies of #8CC975
Complementary color
Monochromatic Colors of #8CC975
Black with #8CC975
Text Example
Text Example
White with #8CC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC975; }
p { color: rgb(140,201,117); }
H1.HeaderClassName
{
color: #8CC975;
}
.AnyTagClassName
{
color: #8CC975;
}
</style>
background-color css
<style>
a { background-color: #8CC975; }
a { background-color: rgb(140,201,117); }
div.DivClassName
{
background-color: #8CC975;
}
.BgClassName
{
background-color: #8CC975;
}
</style>
border-color css
<style>
span { border-color: #8CC975; }
span { border-color: rgb(140,201,117); }
td.TdClassName
{
border-color: #8CC975;
}
.TagClassName
{
border-color: #8CC975;
}
</style>