Shades of Gossip #9FCF7B
Tints of Gossip #9FCF7B
RGB
CMYK
RGB Variations
Color information
#9FCF7B (or 0x9FCF7B) is known color: Gossip. HEX triplet: 9F, CF and 7B. RGB value is (159,207,123). Sum of RGB (Red+Green+Blue) = 159+207+123=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF7B is #603084. Grayscale: #B7B7B7. Windows color (decimal): -6303877 or 8114079. OLE color: 8114079.
HSL color Cylindrical-coordinate representation of color #9FCF7B: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FCF7B is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 123 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.19 |
| HSL | 94.29º | 0.47% | 0.65% | - |
| HSV(B) | 94.29º | 0.41% | 0.81% | - |
| XYZ | 40.19 | 53.43 | 26.93 | - |
| YUV | 183.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 123 | 0.23 | 0 | 0.41 | 0.19 | 94.29 | 0.47 | 0.65 |
| Hex | 9F | CF | 7B | 17 | 0 | 29 | 13 | 5E | 2F | 41 |
| Octal | 237 | 317 | 173 | 27 | 0 | 51 | 23 | 136 | 57 | 101 |
| Binary | 10011111 | 11001111 | 1111011 | 10111 | 0 | 101001 | 10011 | 1011110 | 101111 | 1000001 |
Color Harmonies of #9FCF7B
Complementary color
Monochromatic Colors of #9FCF7B
Black with #9FCF7B
Text Example
Text Example
White with #9FCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF7B; }
p { color: rgb(159,207,123); }
H1.HeaderClassName
{
color: #9FCF7B;
}
.AnyTagClassName
{
color: #9FCF7B;
}
</style>
background-color css
<style>
a { background-color: #9FCF7B; }
a { background-color: rgb(159,207,123); }
div.DivClassName
{
background-color: #9FCF7B;
}
.BgClassName
{
background-color: #9FCF7B;
}
</style>
border-color css
<style>
span { border-color: #9FCF7B; }
span { border-color: rgb(159,207,123); }
td.TdClassName
{
border-color: #9FCF7B;
}
.TagClassName
{
border-color: #9FCF7B;
}
</style>