Shades of Gossip #91C97F
Tints of Gossip #91C97F
RGB
CMYK
RGB Variations
Color information
#91C97F (or 0x91C97F) is known color: Gossip. HEX triplet: 91, C9 and 7F. RGB value is (145,201,127). Sum of RGB (Red+Green+Blue) = 145+201+127=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #91C97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C97F is #6E3680. Grayscale: #B0B0B0. Windows color (decimal): -7222913 or 8374673. OLE color: 8374673.
HSL color Cylindrical-coordinate representation of color #91C97F: hue angle of 105.41º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91C97F is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 127 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.21 |
| HSL | 105.41º | 0.41% | 0.64% | - |
| HSV(B) | 105.41º | 0.37% | 0.79% | - |
| XYZ | 36.39 | 49.33 | 27.68 | - |
| YUV | 175.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 127 | 0.28 | 0 | 0.37 | 0.21 | 105.41 | 0.41 | 0.64 |
| Hex | 91 | C9 | 7F | 1C | 0 | 25 | 15 | 69 | 29 | 40 |
| Octal | 221 | 311 | 177 | 34 | 0 | 45 | 25 | 151 | 51 | 100 |
| Binary | 10010001 | 11001001 | 1111111 | 11100 | 0 | 100101 | 10101 | 1101001 | 101001 | 1000000 |
Color Harmonies of #91C97F
Complementary color
Monochromatic Colors of #91C97F
Black with #91C97F
Text Example
Text Example
White with #91C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C97F; }
p { color: rgb(145,201,127); }
H1.HeaderClassName
{
color: #91C97F;
}
.AnyTagClassName
{
color: #91C97F;
}
</style>
background-color css
<style>
a { background-color: #91C97F; }
a { background-color: rgb(145,201,127); }
div.DivClassName
{
background-color: #91C97F;
}
.BgClassName
{
background-color: #91C97F;
}
</style>
border-color css
<style>
span { border-color: #91C97F; }
span { border-color: rgb(145,201,127); }
td.TdClassName
{
border-color: #91C97F;
}
.TagClassName
{
border-color: #91C97F;
}
</style>