Shades of Gossip #8CCF78
Tints of Gossip #8CCF78
RGB
CMYK
RGB Variations
Color information
#8CCF78 (or 0x8CCF78) is known color: Gossip. HEX triplet: 8C, CF and 78. RGB value is (140,207,120). Sum of RGB (Red+Green+Blue) = 140+207+120=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF78 is #733087. Grayscale: #B1B1B1. Windows color (decimal): -7549064 or 7917452. OLE color: 7917452.
HSL color Cylindrical-coordinate representation of color #8CCF78: hue angle of 106.21º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCF78 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 120 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.19 |
| HSL | 106.21º | 0.48% | 0.64% | - |
| HSV(B) | 106.21º | 0.42% | 0.81% | - |
| XYZ | 36.52 | 51.56 | 25.8 | - |
| YUV | 177.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 120 | 0.32 | 0 | 0.42 | 0.19 | 106.21 | 0.48 | 0.64 |
| Hex | 8C | CF | 78 | 20 | 0 | 2A | 13 | 6A | 30 | 40 |
| Octal | 214 | 317 | 170 | 40 | 0 | 52 | 23 | 152 | 60 | 100 |
| Binary | 10001100 | 11001111 | 1111000 | 100000 | 0 | 101010 | 10011 | 1101010 | 110000 | 1000000 |
Color Harmonies of #8CCF78
Complementary color
Monochromatic Colors of #8CCF78
Black with #8CCF78
Text Example
Text Example
White with #8CCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF78; }
p { color: rgb(140,207,120); }
H1.HeaderClassName
{
color: #8CCF78;
}
.AnyTagClassName
{
color: #8CCF78;
}
</style>
background-color css
<style>
a { background-color: #8CCF78; }
a { background-color: rgb(140,207,120); }
div.DivClassName
{
background-color: #8CCF78;
}
.BgClassName
{
background-color: #8CCF78;
}
</style>
border-color css
<style>
span { border-color: #8CCF78; }
span { border-color: rgb(140,207,120); }
td.TdClassName
{
border-color: #8CCF78;
}
.TagClassName
{
border-color: #8CCF78;
}
</style>