Shades of Gossip #96CC77
Tints of Gossip #96CC77
RGB
CMYK
RGB Variations
Color information
#96CC77 (or 0x96CC77) is known color: Gossip. HEX triplet: 96, CC and 77. RGB value is (150,204,119). Sum of RGB (Red+Green+Blue) = 150+204+119=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC77 is #693388. Grayscale: #B2B2B2. Windows color (decimal): -6894473 or 7851158. OLE color: 7851158.
HSL color Cylindrical-coordinate representation of color #96CC77: hue angle of 98.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96CC77 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 119 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.2 |
| HSL | 98.12º | 0.45% | 0.63% | - |
| HSV(B) | 98.12º | 0.42% | 0.8% | - |
| XYZ | 37.5 | 51 | 25.32 | - |
| YUV | 178.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 119 | 0.26 | 0 | 0.42 | 0.2 | 98.12 | 0.45 | 0.63 |
| Hex | 96 | CC | 77 | 1A | 0 | 2A | 14 | 62 | 2D | 3F |
| Octal | 226 | 314 | 167 | 32 | 0 | 52 | 24 | 142 | 55 | 77 |
| Binary | 10010110 | 11001100 | 1110111 | 11010 | 0 | 101010 | 10100 | 1100010 | 101101 | 111111 |
Color Harmonies of #96CC77
Complementary color
Monochromatic Colors of #96CC77
Black with #96CC77
Text Example
Text Example
White with #96CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC77; }
p { color: rgb(150,204,119); }
H1.HeaderClassName
{
color: #96CC77;
}
.AnyTagClassName
{
color: #96CC77;
}
</style>
background-color css
<style>
a { background-color: #96CC77; }
a { background-color: rgb(150,204,119); }
div.DivClassName
{
background-color: #96CC77;
}
.BgClassName
{
background-color: #96CC77;
}
</style>
border-color css
<style>
span { border-color: #96CC77; }
span { border-color: rgb(150,204,119); }
td.TdClassName
{
border-color: #96CC77;
}
.TagClassName
{
border-color: #96CC77;
}
</style>