Shades of Gossip #9FCC87
Tints of Gossip #9FCC87
RGB
CMYK
RGB Variations
Color information
#9FCC87 (or 0x9FCC87) is known color: Gossip. HEX triplet: 9F, CC and 87. RGB value is (159,204,135). Sum of RGB (Red+Green+Blue) = 159+204+135=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC87 is #603378. Grayscale: #B6B6B6. Windows color (decimal): -6304633 or 8899743. OLE color: 8899743.
HSL color Cylindrical-coordinate representation of color #9FCC87: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCC87 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 135 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.2 |
| HSL | 99.13º | 0.4% | 0.66% | - |
| HSV(B) | 99.13º | 0.34% | 0.8% | - |
| XYZ | 40.26 | 52.31 | 30.9 | - |
| YUV | 182.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 135 | 0.22 | 0 | 0.34 | 0.2 | 99.13 | 0.4 | 0.66 |
| Hex | 9F | CC | 87 | 16 | 0 | 22 | 14 | 63 | 28 | 42 |
| Octal | 237 | 314 | 207 | 26 | 0 | 42 | 24 | 143 | 50 | 102 |
| Binary | 10011111 | 11001100 | 10000111 | 10110 | 0 | 100010 | 10100 | 1100011 | 101000 | 1000010 |
Color Harmonies of #9FCC87
Complementary color
Monochromatic Colors of #9FCC87
Black with #9FCC87
Text Example
Text Example
White with #9FCC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC87; }
p { color: rgb(159,204,135); }
H1.HeaderClassName
{
color: #9FCC87;
}
.AnyTagClassName
{
color: #9FCC87;
}
</style>
background-color css
<style>
a { background-color: #9FCC87; }
a { background-color: rgb(159,204,135); }
div.DivClassName
{
background-color: #9FCC87;
}
.BgClassName
{
background-color: #9FCC87;
}
</style>
border-color css
<style>
span { border-color: #9FCC87; }
span { border-color: rgb(159,204,135); }
td.TdClassName
{
border-color: #9FCC87;
}
.TagClassName
{
border-color: #9FCC87;
}
</style>