Shades of Gossip #9FCB7A
Tints of Gossip #9FCB7A
RGB
CMYK
RGB Variations
Color information
#9FCB7A (or 0x9FCB7A) is known color: Gossip. HEX triplet: 9F, CB and 7A. RGB value is (159,203,122). Sum of RGB (Red+Green+Blue) = 159+203+122=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB7A is #603485. Grayscale: #B4B4B4. Windows color (decimal): -6304902 or 8047519. OLE color: 8047519.
HSL color Cylindrical-coordinate representation of color #9FCB7A: hue angle of 92.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FCB7A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 122 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.20 |
| HSL | 92.59º | 0.44% | 0.64% | - |
| HSV(B) | 92.59º | 0.4% | 0.8% | - |
| XYZ | 39.17 | 51.49 | 26.29 | - |
| YUV | 180.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 122 | 0.22 | 0 | 0.40 | 0.20 | 92.59 | 0.44 | 0.64 |
| Hex | 9F | CB | 7A | 16 | 0 | 28 | 14 | 5D | 2C | 40 |
| Octal | 237 | 313 | 172 | 26 | 0 | 50 | 24 | 135 | 54 | 100 |
| Binary | 10011111 | 11001011 | 1111010 | 10110 | 0 | 101000 | 10100 | 1011101 | 101100 | 1000000 |
Color Harmonies of #9FCB7A
Complementary color
Monochromatic Colors of #9FCB7A
Black with #9FCB7A
Text Example
Text Example
White with #9FCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB7A; }
p { color: rgb(159,203,122); }
H1.HeaderClassName
{
color: #9FCB7A;
}
.AnyTagClassName
{
color: #9FCB7A;
}
</style>
background-color css
<style>
a { background-color: #9FCB7A; }
a { background-color: rgb(159,203,122); }
div.DivClassName
{
background-color: #9FCB7A;
}
.BgClassName
{
background-color: #9FCB7A;
}
</style>
border-color css
<style>
span { border-color: #9FCB7A; }
span { border-color: rgb(159,203,122); }
td.TdClassName
{
border-color: #9FCB7A;
}
.TagClassName
{
border-color: #9FCB7A;
}
</style>