Shades of Gossip #96D779
Tints of Gossip #96D779
RGB
CMYK
RGB Variations
Color information
#96D779 (or 0x96D779) is known color: Gossip. HEX triplet: 96, D7 and 79. RGB value is (150,215,121). Sum of RGB (Red+Green+Blue) = 150+215+121=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #96D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D779 is #692886. Grayscale: #B9B9B9. Windows color (decimal): -6891655 or 7985046. OLE color: 7985046.
HSL color Cylindrical-coordinate representation of color #96D779: hue angle of 101.49º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96D779 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 121 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.16 |
| HSL | 101.49º | 0.54% | 0.66% | - |
| HSV(B) | 101.49º | 0.44% | 0.84% | - |
| XYZ | 40.33 | 56.47 | 26.86 | - |
| YUV | 184.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 121 | 0.30 | 0 | 0.44 | 0.16 | 101.49 | 0.54 | 0.66 |
| Hex | 96 | D7 | 79 | 1E | 0 | 2C | 10 | 65 | 36 | 42 |
| Octal | 226 | 327 | 171 | 36 | 0 | 54 | 20 | 145 | 66 | 102 |
| Binary | 10010110 | 11010111 | 1111001 | 11110 | 0 | 101100 | 10000 | 1100101 | 110110 | 1000010 |
Color Harmonies of #96D779
Complementary color
Monochromatic Colors of #96D779
Black with #96D779
Text Example
Text Example
White with #96D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D779; }
p { color: rgb(150,215,121); }
H1.HeaderClassName
{
color: #96D779;
}
.AnyTagClassName
{
color: #96D779;
}
</style>
background-color css
<style>
a { background-color: #96D779; }
a { background-color: rgb(150,215,121); }
div.DivClassName
{
background-color: #96D779;
}
.BgClassName
{
background-color: #96D779;
}
</style>
border-color css
<style>
span { border-color: #96D779; }
span { border-color: rgb(150,215,121); }
td.TdClassName
{
border-color: #96D779;
}
.TagClassName
{
border-color: #96D779;
}
</style>