Shades of Gossip #96CB75
Tints of Gossip #96CB75
RGB
CMYK
RGB Variations
Color information
#96CB75 (or 0x96CB75) is known color: Gossip. HEX triplet: 96, CB and 75. RGB value is (150,203,117). Sum of RGB (Red+Green+Blue) = 150+203+117=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB75 is #69348A. Grayscale: #B1B1B1. Windows color (decimal): -6894731 or 7719830. OLE color: 7719830.
HSL color Cylindrical-coordinate representation of color #96CB75: hue angle of 96.98º 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 #96CB75 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 117 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.20 |
| HSL | 96.98º | 0.45% | 0.63% | - |
| HSV(B) | 96.98º | 0.42% | 0.8% | - |
| XYZ | 37.14 | 50.48 | 24.62 | - |
| YUV | 177.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 117 | 0.26 | 0 | 0.42 | 0.20 | 96.98 | 0.45 | 0.63 |
| Hex | 96 | CB | 75 | 1A | 0 | 2A | 14 | 61 | 2D | 3F |
| Octal | 226 | 313 | 165 | 32 | 0 | 52 | 24 | 141 | 55 | 77 |
| Binary | 10010110 | 11001011 | 1110101 | 11010 | 0 | 101010 | 10100 | 1100001 | 101101 | 111111 |
Color Harmonies of #96CB75
Complementary color
Monochromatic Colors of #96CB75
Black with #96CB75
Text Example
Text Example
White with #96CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB75; }
p { color: rgb(150,203,117); }
H1.HeaderClassName
{
color: #96CB75;
}
.AnyTagClassName
{
color: #96CB75;
}
</style>
background-color css
<style>
a { background-color: #96CB75; }
a { background-color: rgb(150,203,117); }
div.DivClassName
{
background-color: #96CB75;
}
.BgClassName
{
background-color: #96CB75;
}
</style>
border-color css
<style>
span { border-color: #96CB75; }
span { border-color: rgb(150,203,117); }
td.TdClassName
{
border-color: #96CB75;
}
.TagClassName
{
border-color: #96CB75;
}
</style>