Shades of Gossip #91DA76
Tints of Gossip #91DA76
RGB
CMYK
RGB Variations
Color information
#91DA76 (or 0x91DA76) is known color: Gossip. HEX triplet: 91, DA and 76. RGB value is (145,218,118). Sum of RGB (Red+Green+Blue) = 145+218+118=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DA76 is #6E2589. Grayscale: #B9B9B9. Windows color (decimal): -7218570 or 7789201. OLE color: 7789201.
HSL color Cylindrical-coordinate representation of color #91DA76: hue angle of 103.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91DA76 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 118 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.15 |
| HSL | 103.8º | 0.57% | 0.66% | - |
| HSV(B) | 103.8º | 0.46% | 0.85% | - |
| XYZ | 40.02 | 57.47 | 26.12 | - |
| YUV | 184.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 118 | 0.33 | 0 | 0.46 | 0.15 | 103.8 | 0.57 | 0.66 |
| Hex | 91 | DA | 76 | 21 | 0 | 2E | F | 68 | 39 | 42 |
| Octal | 221 | 332 | 166 | 41 | 0 | 56 | 17 | 150 | 71 | 102 |
| Binary | 10010001 | 11011010 | 1110110 | 100001 | 0 | 101110 | 1111 | 1101000 | 111001 | 1000010 |
Color Harmonies of #91DA76
Complementary color
Monochromatic Colors of #91DA76
Black with #91DA76
Text Example
Text Example
White with #91DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA76; }
p { color: rgb(145,218,118); }
H1.HeaderClassName
{
color: #91DA76;
}
.AnyTagClassName
{
color: #91DA76;
}
</style>
background-color css
<style>
a { background-color: #91DA76; }
a { background-color: rgb(145,218,118); }
div.DivClassName
{
background-color: #91DA76;
}
.BgClassName
{
background-color: #91DA76;
}
</style>
border-color css
<style>
span { border-color: #91DA76; }
span { border-color: rgb(145,218,118); }
td.TdClassName
{
border-color: #91DA76;
}
.TagClassName
{
border-color: #91DA76;
}
</style>