Shades of Gossip #9FCC7F
Tints of Gossip #9FCC7F
RGB
CMYK
RGB Variations
Color information
#9FCC7F (or 0x9FCC7F) is known color: Gossip. HEX triplet: 9F, CC and 7F. RGB value is (159,204,127). Sum of RGB (Red+Green+Blue) = 159+204+127=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC7F is #603380. Grayscale: #B6B6B6. Windows color (decimal): -6304641 or 8375455. OLE color: 8375455.
HSL color Cylindrical-coordinate representation of color #9FCC7F: hue angle of 95.06º 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 #9FCC7F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 127 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.2 |
| HSL | 95.06º | 0.43% | 0.65% | - |
| HSV(B) | 95.06º | 0.38% | 0.8% | - |
| XYZ | 39.72 | 52.09 | 28.04 | - |
| YUV | 181.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 127 | 0.22 | 0 | 0.38 | 0.2 | 95.06 | 0.43 | 0.65 |
| Hex | 9F | CC | 7F | 16 | 0 | 26 | 14 | 5F | 2B | 41 |
| Octal | 237 | 314 | 177 | 26 | 0 | 46 | 24 | 137 | 53 | 101 |
| Binary | 10011111 | 11001100 | 1111111 | 10110 | 0 | 100110 | 10100 | 1011111 | 101011 | 1000001 |
Color Harmonies of #9FCC7F
Complementary color
Monochromatic Colors of #9FCC7F
Black with #9FCC7F
Text Example
Text Example
White with #9FCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC7F; }
p { color: rgb(159,204,127); }
H1.HeaderClassName
{
color: #9FCC7F;
}
.AnyTagClassName
{
color: #9FCC7F;
}
</style>
background-color css
<style>
a { background-color: #9FCC7F; }
a { background-color: rgb(159,204,127); }
div.DivClassName
{
background-color: #9FCC7F;
}
.BgClassName
{
background-color: #9FCC7F;
}
</style>
border-color css
<style>
span { border-color: #9FCC7F; }
span { border-color: rgb(159,204,127); }
td.TdClassName
{
border-color: #9FCC7F;
}
.TagClassName
{
border-color: #9FCC7F;
}
</style>