Shades of Gossip #8FCC7F
Tints of Gossip #8FCC7F
RGB
CMYK
RGB Variations
Color information
#8FCC7F (or 0x8FCC7F) is known color: Gossip. HEX triplet: 8F, CC and 7F. RGB value is (143,204,127). Sum of RGB (Red+Green+Blue) = 143+204+127=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC7F is #703380. Grayscale: #B1B1B1. Windows color (decimal): -7353217 or 8375439. OLE color: 8375439.
HSL color Cylindrical-coordinate representation of color #8FCC7F: hue angle of 107.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCC7F is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 127 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.2 |
| HSL | 107.53º | 0.43% | 0.65% | - |
| HSV(B) | 107.53º | 0.38% | 0.8% | - |
| XYZ | 36.75 | 50.56 | 27.9 | - |
| YUV | 176.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 127 | 0.30 | 0 | 0.38 | 0.2 | 107.53 | 0.43 | 0.65 |
| Hex | 8F | CC | 7F | 1E | 0 | 26 | 14 | 6C | 2B | 41 |
| Octal | 217 | 314 | 177 | 36 | 0 | 46 | 24 | 154 | 53 | 101 |
| Binary | 10001111 | 11001100 | 1111111 | 11110 | 0 | 100110 | 10100 | 1101100 | 101011 | 1000001 |
Color Harmonies of #8FCC7F
Complementary color
Monochromatic Colors of #8FCC7F
Black with #8FCC7F
Text Example
Text Example
White with #8FCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC7F; }
p { color: rgb(143,204,127); }
H1.HeaderClassName
{
color: #8FCC7F;
}
.AnyTagClassName
{
color: #8FCC7F;
}
</style>
background-color css
<style>
a { background-color: #8FCC7F; }
a { background-color: rgb(143,204,127); }
div.DivClassName
{
background-color: #8FCC7F;
}
.BgClassName
{
background-color: #8FCC7F;
}
</style>
border-color css
<style>
span { border-color: #8FCC7F; }
span { border-color: rgb(143,204,127); }
td.TdClassName
{
border-color: #8FCC7F;
}
.TagClassName
{
border-color: #8FCC7F;
}
</style>