Shades of Gossip #9FCA79
Tints of Gossip #9FCA79
RGB
CMYK
RGB Variations
Color information
#9FCA79 (or 0x9FCA79) is known color: Gossip. HEX triplet: 9F, CA and 79. RGB value is (159,202,121). Sum of RGB (Red+Green+Blue) = 159+202+121=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA79 is #603586. Grayscale: #B4B4B4. Windows color (decimal): -6305159 or 7981727. OLE color: 7981727.
HSL color Cylindrical-coordinate representation of color #9FCA79: hue angle of 91.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FCA79 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 121 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.21 |
| HSL | 91.85º | 0.43% | 0.63% | - |
| HSV(B) | 91.85º | 0.4% | 0.79% | - |
| XYZ | 38.87 | 50.99 | 25.88 | - |
| YUV | 179.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 121 | 0.21 | 0 | 0.40 | 0.21 | 91.85 | 0.43 | 0.63 |
| Hex | 9F | CA | 79 | 15 | 0 | 28 | 15 | 5C | 2B | 3F |
| Octal | 237 | 312 | 171 | 25 | 0 | 50 | 25 | 134 | 53 | 77 |
| Binary | 10011111 | 11001010 | 1111001 | 10101 | 0 | 101000 | 10101 | 1011100 | 101011 | 111111 |
Color Harmonies of #9FCA79
Complementary color
Monochromatic Colors of #9FCA79
Black with #9FCA79
Text Example
Text Example
White with #9FCA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA79; }
p { color: rgb(159,202,121); }
H1.HeaderClassName
{
color: #9FCA79;
}
.AnyTagClassName
{
color: #9FCA79;
}
</style>
background-color css
<style>
a { background-color: #9FCA79; }
a { background-color: rgb(159,202,121); }
div.DivClassName
{
background-color: #9FCA79;
}
.BgClassName
{
background-color: #9FCA79;
}
</style>
border-color css
<style>
span { border-color: #9FCA79; }
span { border-color: rgb(159,202,121); }
td.TdClassName
{
border-color: #9FCA79;
}
.TagClassName
{
border-color: #9FCA79;
}
</style>