Shades of Gossip #96D678
Tints of Gossip #96D678
RGB
CMYK
RGB Variations
Color information
#96D678 (or 0x96D678) is known color: Gossip. HEX triplet: 96, D6 and 78. RGB value is (150,214,120). Sum of RGB (Red+Green+Blue) = 150+214+120=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #96D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D678 is #692987. Grayscale: #B8B8B8. Windows color (decimal): -6891912 or 7919254. OLE color: 7919254.
HSL color Cylindrical-coordinate representation of color #96D678: hue angle of 100.85º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96D678 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 120 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.16 |
| HSL | 100.85º | 0.53% | 0.65% | - |
| HSV(B) | 100.85º | 0.44% | 0.84% | - |
| XYZ | 40.01 | 55.93 | 26.46 | - |
| YUV | 184.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 120 | 0.30 | 0 | 0.44 | 0.16 | 100.85 | 0.53 | 0.65 |
| Hex | 96 | D6 | 78 | 1E | 0 | 2C | 10 | 65 | 35 | 41 |
| Octal | 226 | 326 | 170 | 36 | 0 | 54 | 20 | 145 | 65 | 101 |
| Binary | 10010110 | 11010110 | 1111000 | 11110 | 0 | 101100 | 10000 | 1100101 | 110101 | 1000001 |
Color Harmonies of #96D678
Complementary color
Monochromatic Colors of #96D678
Black with #96D678
Text Example
Text Example
White with #96D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D678; }
p { color: rgb(150,214,120); }
H1.HeaderClassName
{
color: #96D678;
}
.AnyTagClassName
{
color: #96D678;
}
</style>
background-color css
<style>
a { background-color: #96D678; }
a { background-color: rgb(150,214,120); }
div.DivClassName
{
background-color: #96D678;
}
.BgClassName
{
background-color: #96D678;
}
</style>
border-color css
<style>
span { border-color: #96D678; }
span { border-color: rgb(150,214,120); }
td.TdClassName
{
border-color: #96D678;
}
.TagClassName
{
border-color: #96D678;
}
</style>