Shades of Gossip #8FCC76
Tints of Gossip #8FCC76
RGB
CMYK
RGB Variations
Color information
#8FCC76 (or 0x8FCC76) is known color: Gossip. HEX triplet: 8F, CC and 76. RGB value is (143,204,118). Sum of RGB (Red+Green+Blue) = 143+204+118=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC76 is #703389. Grayscale: #B0B0B0. Windows color (decimal): -7353226 or 7785615. OLE color: 7785615.
HSL color Cylindrical-coordinate representation of color #8FCC76: hue angle of 102.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCC76 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 118 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.2 |
| HSL | 102.56º | 0.46% | 0.63% | - |
| HSV(B) | 102.56º | 0.42% | 0.8% | - |
| XYZ | 36.19 | 50.33 | 24.95 | - |
| YUV | 175.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 118 | 0.30 | 0 | 0.42 | 0.2 | 102.56 | 0.46 | 0.63 |
| Hex | 8F | CC | 76 | 1E | 0 | 2A | 14 | 67 | 2E | 3F |
| Octal | 217 | 314 | 166 | 36 | 0 | 52 | 24 | 147 | 56 | 77 |
| Binary | 10001111 | 11001100 | 1110110 | 11110 | 0 | 101010 | 10100 | 1100111 | 101110 | 111111 |
Color Harmonies of #8FCC76
Complementary color
Monochromatic Colors of #8FCC76
Black with #8FCC76
Text Example
Text Example
White with #8FCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC76; }
p { color: rgb(143,204,118); }
H1.HeaderClassName
{
color: #8FCC76;
}
.AnyTagClassName
{
color: #8FCC76;
}
</style>
background-color css
<style>
a { background-color: #8FCC76; }
a { background-color: rgb(143,204,118); }
div.DivClassName
{
background-color: #8FCC76;
}
.BgClassName
{
background-color: #8FCC76;
}
</style>
border-color css
<style>
span { border-color: #8FCC76; }
span { border-color: rgb(143,204,118); }
td.TdClassName
{
border-color: #8FCC76;
}
.TagClassName
{
border-color: #8FCC76;
}
</style>