Shades of Gossip #96D079
Tints of Gossip #96D079
RGB
CMYK
RGB Variations
Color information
#96D079 (or 0x96D079) is known color: Gossip. HEX triplet: 96, D0 and 79. RGB value is (150,208,121). Sum of RGB (Red+Green+Blue) = 150+208+121=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #96D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D079 is #692F86. Grayscale: #B5B5B5. Windows color (decimal): -6893447 or 7983254. OLE color: 7983254.
HSL color Cylindrical-coordinate representation of color #96D079: hue angle of 100º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D079 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 121 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.18 |
| HSL | 100º | 0.48% | 0.65% | - |
| HSV(B) | 100º | 0.42% | 0.82% | - |
| XYZ | 38.58 | 52.98 | 26.28 | - |
| YUV | 180.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 121 | 0.28 | 0 | 0.42 | 0.18 | 100 | 0.48 | 0.65 |
| Hex | 96 | D0 | 79 | 1C | 0 | 2A | 12 | 64 | 30 | 41 |
| Octal | 226 | 320 | 171 | 34 | 0 | 52 | 22 | 144 | 60 | 101 |
| Binary | 10010110 | 11010000 | 1111001 | 11100 | 0 | 101010 | 10010 | 1100100 | 110000 | 1000001 |
Color Harmonies of #96D079
Complementary color
Monochromatic Colors of #96D079
Black with #96D079
Text Example
Text Example
White with #96D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D079; }
p { color: rgb(150,208,121); }
H1.HeaderClassName
{
color: #96D079;
}
.AnyTagClassName
{
color: #96D079;
}
</style>
background-color css
<style>
a { background-color: #96D079; }
a { background-color: rgb(150,208,121); }
div.DivClassName
{
background-color: #96D079;
}
.BgClassName
{
background-color: #96D079;
}
</style>
border-color css
<style>
span { border-color: #96D079; }
span { border-color: rgb(150,208,121); }
td.TdClassName
{
border-color: #96D079;
}
.TagClassName
{
border-color: #96D079;
}
</style>