Shades of Gossip #91D779
Tints of Gossip #91D779
RGB
CMYK
RGB Variations
Color information
#91D779 (or 0x91D779) is known color: Gossip. HEX triplet: 91, D7 and 79. RGB value is (145,215,121). Sum of RGB (Red+Green+Blue) = 145+215+121=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #91D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D779 is #6E2886. Grayscale: #B7B7B7. Windows color (decimal): -7219335 or 7985041. OLE color: 7985041.
HSL color Cylindrical-coordinate representation of color #91D779: hue angle of 104.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91D779 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 215 | 121 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.16 |
| HSL | 104.68º | 0.54% | 0.66% | - |
| HSV(B) | 104.68º | 0.44% | 0.84% | - |
| XYZ | 39.43 | 56 | 26.82 | - |
| YUV | 183.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 121 | 0.33 | 0 | 0.44 | 0.16 | 104.68 | 0.54 | 0.66 |
| Hex | 91 | D7 | 79 | 21 | 0 | 2C | 10 | 69 | 36 | 42 |
| Octal | 221 | 327 | 171 | 41 | 0 | 54 | 20 | 151 | 66 | 102 |
| Binary | 10010001 | 11010111 | 1111001 | 100001 | 0 | 101100 | 10000 | 1101001 | 110110 | 1000010 |
Color Harmonies of #91D779
Complementary color
Monochromatic Colors of #91D779
Black with #91D779
Text Example
Text Example
White with #91D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D779; }
p { color: rgb(145,215,121); }
H1.HeaderClassName
{
color: #91D779;
}
.AnyTagClassName
{
color: #91D779;
}
</style>
background-color css
<style>
a { background-color: #91D779; }
a { background-color: rgb(145,215,121); }
div.DivClassName
{
background-color: #91D779;
}
.BgClassName
{
background-color: #91D779;
}
</style>
border-color css
<style>
span { border-color: #91D779; }
span { border-color: rgb(145,215,121); }
td.TdClassName
{
border-color: #91D779;
}
.TagClassName
{
border-color: #91D779;
}
</style>