Shades of Gossip #96D67D
Tints of Gossip #96D67D
RGB
CMYK
RGB Variations
Color information
#96D67D (or 0x96D67D) is known color: Gossip. HEX triplet: 96, D6 and 7D. RGB value is (150,214,125). Sum of RGB (Red+Green+Blue) = 150+214+125=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #96D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D67D is #692982. Grayscale: #B9B9B9. Windows color (decimal): -6891907 or 8246934. OLE color: 8246934.
HSL color Cylindrical-coordinate representation of color #96D67D: hue angle of 103.15º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D67D is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 125 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.16 |
| HSL | 103.15º | 0.52% | 0.66% | - |
| HSV(B) | 103.15º | 0.42% | 0.84% | - |
| XYZ | 40.33 | 56.06 | 28.1 | - |
| YUV | 184.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 125 | 0.30 | 0 | 0.42 | 0.16 | 103.15 | 0.52 | 0.66 |
| Hex | 96 | D6 | 7D | 1E | 0 | 2A | 10 | 67 | 34 | 42 |
| Octal | 226 | 326 | 175 | 36 | 0 | 52 | 20 | 147 | 64 | 102 |
| Binary | 10010110 | 11010110 | 1111101 | 11110 | 0 | 101010 | 10000 | 1100111 | 110100 | 1000010 |
Color Harmonies of #96D67D
Complementary color
Monochromatic Colors of #96D67D
Black with #96D67D
Text Example
Text Example
White with #96D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D67D; }
p { color: rgb(150,214,125); }
H1.HeaderClassName
{
color: #96D67D;
}
.AnyTagClassName
{
color: #96D67D;
}
</style>
background-color css
<style>
a { background-color: #96D67D; }
a { background-color: rgb(150,214,125); }
div.DivClassName
{
background-color: #96D67D;
}
.BgClassName
{
background-color: #96D67D;
}
</style>
border-color css
<style>
span { border-color: #96D67D; }
span { border-color: rgb(150,214,125); }
td.TdClassName
{
border-color: #96D67D;
}
.TagClassName
{
border-color: #96D67D;
}
</style>