Shades of Gossip #9FC781
Tints of Gossip #9FC781
RGB
CMYK
RGB Variations
Color information
#9FC781 (or 0x9FC781) is known color: Gossip. HEX triplet: 9F, C7 and 81. RGB value is (159,199,129). Sum of RGB (Red+Green+Blue) = 159+199+129=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC781 is #60387E. Grayscale: #B3B3B3. Windows color (decimal): -6305919 or 8505247. OLE color: 8505247.
HSL color Cylindrical-coordinate representation of color #9FC781: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC781 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 199 | 129 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.22 |
| HSL | 94.29º | 0.38% | 0.64% | - |
| HSV(B) | 94.29º | 0.35% | 0.78% | - |
| XYZ | 38.68 | 49.8 | 28.34 | - |
| YUV | 179.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 199 | 129 | 0.20 | 0 | 0.35 | 0.22 | 94.29 | 0.38 | 0.64 |
| Hex | 9F | C7 | 81 | 14 | 0 | 23 | 16 | 5E | 26 | 40 |
| Octal | 237 | 307 | 201 | 24 | 0 | 43 | 26 | 136 | 46 | 100 |
| Binary | 10011111 | 11000111 | 10000001 | 10100 | 0 | 100011 | 10110 | 1011110 | 100110 | 1000000 |
Color Harmonies of #9FC781
Complementary color
Monochromatic Colors of #9FC781
Black with #9FC781
Text Example
Text Example
White with #9FC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC781; }
p { color: rgb(159,199,129); }
H1.HeaderClassName
{
color: #9FC781;
}
.AnyTagClassName
{
color: #9FC781;
}
</style>
background-color css
<style>
a { background-color: #9FC781; }
a { background-color: rgb(159,199,129); }
div.DivClassName
{
background-color: #9FC781;
}
.BgClassName
{
background-color: #9FC781;
}
</style>
border-color css
<style>
span { border-color: #9FC781; }
span { border-color: rgb(159,199,129); }
td.TdClassName
{
border-color: #9FC781;
}
.TagClassName
{
border-color: #9FC781;
}
</style>