Shades of Gossip #91C975
Tints of Gossip #91C975
RGB
CMYK
RGB Variations
Color information
#91C975 (or 0x91C975) is known color: Gossip. HEX triplet: 91, C9 and 75. RGB value is (145,201,117). Sum of RGB (Red+Green+Blue) = 145+201+117=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #91C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C975 is #6E368A. Grayscale: #AEAEAE. Windows color (decimal): -7222923 or 7719313. OLE color: 7719313.
HSL color Cylindrical-coordinate representation of color #91C975: hue angle of 100º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C975 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 117 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.21 |
| HSL | 100º | 0.44% | 0.62% | - |
| HSV(B) | 100º | 0.42% | 0.79% | - |
| XYZ | 35.77 | 49.08 | 24.42 | - |
| YUV | 174.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 117 | 0.28 | 0 | 0.42 | 0.21 | 100 | 0.44 | 0.62 |
| Hex | 91 | C9 | 75 | 1C | 0 | 2A | 15 | 64 | 2C | 3E |
| Octal | 221 | 311 | 165 | 34 | 0 | 52 | 25 | 144 | 54 | 76 |
| Binary | 10010001 | 11001001 | 1110101 | 11100 | 0 | 101010 | 10101 | 1100100 | 101100 | 111110 |
Color Harmonies of #91C975
Complementary color
Monochromatic Colors of #91C975
Black with #91C975
Text Example
Text Example
White with #91C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C975; }
p { color: rgb(145,201,117); }
H1.HeaderClassName
{
color: #91C975;
}
.AnyTagClassName
{
color: #91C975;
}
</style>
background-color css
<style>
a { background-color: #91C975; }
a { background-color: rgb(145,201,117); }
div.DivClassName
{
background-color: #91C975;
}
.BgClassName
{
background-color: #91C975;
}
</style>
border-color css
<style>
span { border-color: #91C975; }
span { border-color: rgb(145,201,117); }
td.TdClassName
{
border-color: #91C975;
}
.TagClassName
{
border-color: #91C975;
}
</style>