Shades of Gossip #96E068
Tints of Gossip #96E068
RGB
CMYK
RGB Variations
Color information
#96E068 (or 0x96E068) is known color: Gossip. HEX triplet: 96, E0 and 68. RGB value is (150,224,104). Sum of RGB (Red+Green+Blue) = 150+224+104=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #96E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E068 is #691F97. Grayscale: #BCBCBC. Windows color (decimal): -6889368 or 6873238. OLE color: 6873238.
HSL color Cylindrical-coordinate representation of color #96E068: hue angle of 97º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E068 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 104 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.12 |
| HSL | 97º | 0.66% | 0.64% | - |
| HSV(B) | 97º | 0.54% | 0.88% | - |
| XYZ | 41.73 | 60.79 | 22.63 | - |
| YUV | 188.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 104 | 0.33 | 0 | 0.54 | 0.12 | 97 | 0.66 | 0.64 |
| Hex | 96 | E0 | 68 | 21 | 0 | 36 | C | 61 | 42 | 40 |
| Octal | 226 | 340 | 150 | 41 | 0 | 66 | 14 | 141 | 102 | 100 |
| Binary | 10010110 | 11100000 | 1101000 | 100001 | 0 | 110110 | 1100 | 1100001 | 1000010 | 1000000 |
Color Harmonies of #96E068
Complementary color
Monochromatic Colors of #96E068
Black with #96E068
Text Example
Text Example
White with #96E068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E068; }
p { color: rgb(150,224,104); }
H1.HeaderClassName
{
color: #96E068;
}
.AnyTagClassName
{
color: #96E068;
}
</style>
background-color css
<style>
a { background-color: #96E068; }
a { background-color: rgb(150,224,104); }
div.DivClassName
{
background-color: #96E068;
}
.BgClassName
{
background-color: #96E068;
}
</style>
border-color css
<style>
span { border-color: #96E068; }
span { border-color: rgb(150,224,104); }
td.TdClassName
{
border-color: #96E068;
}
.TagClassName
{
border-color: #96E068;
}
</style>