Shades of Gossip #96D777
Tints of Gossip #96D777
RGB
CMYK
RGB Variations
Color information
#96D777 (or 0x96D777) is known color: Gossip. HEX triplet: 96, D7 and 77. RGB value is (150,215,119). Sum of RGB (Red+Green+Blue) = 150+215+119=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #96D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D777 is #692888. Grayscale: #B8B8B8. Windows color (decimal): -6891657 or 7853974. OLE color: 7853974.
HSL color Cylindrical-coordinate representation of color #96D777: hue angle of 100.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96D777 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 119 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.16 |
| HSL | 100.63º | 0.55% | 0.65% | - |
| HSV(B) | 100.63º | 0.45% | 0.84% | - |
| XYZ | 40.21 | 56.42 | 26.22 | - |
| YUV | 184.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 119 | 0.30 | 0 | 0.45 | 0.16 | 100.63 | 0.55 | 0.65 |
| Hex | 96 | D7 | 77 | 1E | 0 | 2D | 10 | 65 | 37 | 41 |
| Octal | 226 | 327 | 167 | 36 | 0 | 55 | 20 | 145 | 67 | 101 |
| Binary | 10010110 | 11010111 | 1110111 | 11110 | 0 | 101101 | 10000 | 1100101 | 110111 | 1000001 |
Color Harmonies of #96D777
Complementary color
Monochromatic Colors of #96D777
Black with #96D777
Text Example
Text Example
White with #96D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D777; }
p { color: rgb(150,215,119); }
H1.HeaderClassName
{
color: #96D777;
}
.AnyTagClassName
{
color: #96D777;
}
</style>
background-color css
<style>
a { background-color: #96D777; }
a { background-color: rgb(150,215,119); }
div.DivClassName
{
background-color: #96D777;
}
.BgClassName
{
background-color: #96D777;
}
</style>
border-color css
<style>
span { border-color: #96D777; }
span { border-color: rgb(150,215,119); }
td.TdClassName
{
border-color: #96D777;
}
.TagClassName
{
border-color: #96D777;
}
</style>