Shades of Gossip #96D672
Tints of Gossip #96D672
RGB
CMYK
RGB Variations
Color information
#96D672 (or 0x96D672) is known color: Gossip. HEX triplet: 96, D6 and 72. RGB value is (150,214,114). Sum of RGB (Red+Green+Blue) = 150+214+114=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #96D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D672 is #69298D. Grayscale: #B7B7B7. Windows color (decimal): -6891918 or 7526038. OLE color: 7526038.
HSL color Cylindrical-coordinate representation of color #96D672: hue angle of 98.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96D672 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 114 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.16 |
| HSL | 98.4º | 0.55% | 0.64% | - |
| HSV(B) | 98.4º | 0.47% | 0.84% | - |
| XYZ | 39.66 | 55.79 | 24.6 | - |
| YUV | 183.46 | 88.8 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 114 | 0.30 | 0 | 0.47 | 0.16 | 98.4 | 0.55 | 0.64 |
| Hex | 96 | D6 | 72 | 1E | 0 | 2F | 10 | 62 | 37 | 40 |
| Octal | 226 | 326 | 162 | 36 | 0 | 57 | 20 | 142 | 67 | 100 |
| Binary | 10010110 | 11010110 | 1110010 | 11110 | 0 | 101111 | 10000 | 1100010 | 110111 | 1000000 |
Color Harmonies of #96D672
Complementary color
Monochromatic Colors of #96D672
Black with #96D672
Text Example
Text Example
White with #96D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D672; }
p { color: rgb(150,214,114); }
H1.HeaderClassName
{
color: #96D672;
}
.AnyTagClassName
{
color: #96D672;
}
</style>
background-color css
<style>
a { background-color: #96D672; }
a { background-color: rgb(150,214,114); }
div.DivClassName
{
background-color: #96D672;
}
.BgClassName
{
background-color: #96D672;
}
</style>
border-color css
<style>
span { border-color: #96D672; }
span { border-color: rgb(150,214,114); }
td.TdClassName
{
border-color: #96D672;
}
.TagClassName
{
border-color: #96D672;
}
</style>