Shades of Gossip #91D071
Tints of Gossip #91D071
RGB
CMYK
RGB Variations
Color information
#91D071 (or 0x91D071) is known color: Gossip. HEX triplet: 91, D0 and 71. RGB value is (145,208,113). Sum of RGB (Red+Green+Blue) = 145+208+113=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #91D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D071 is #6E2F8E. Grayscale: #B2B2B2. Windows color (decimal): -7221135 or 7458961. OLE color: 7458961.
HSL color Cylindrical-coordinate representation of color #91D071: hue angle of 99.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91D071 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 113 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.18 |
| HSL | 99.79º | 0.5% | 0.63% | - |
| HSV(B) | 99.79º | 0.46% | 0.82% | - |
| XYZ | 37.21 | 52.32 | 23.76 | - |
| YUV | 178.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 113 | 0.30 | 0 | 0.46 | 0.18 | 99.79 | 0.5 | 0.63 |
| Hex | 91 | D0 | 71 | 1E | 0 | 2E | 12 | 64 | 32 | 3F |
| Octal | 221 | 320 | 161 | 36 | 0 | 56 | 22 | 144 | 62 | 77 |
| Binary | 10010001 | 11010000 | 1110001 | 11110 | 0 | 101110 | 10010 | 1100100 | 110010 | 111111 |
Color Harmonies of #91D071
Complementary color
Monochromatic Colors of #91D071
Black with #91D071
Text Example
Text Example
White with #91D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D071; }
p { color: rgb(145,208,113); }
H1.HeaderClassName
{
color: #91D071;
}
.AnyTagClassName
{
color: #91D071;
}
</style>
background-color css
<style>
a { background-color: #91D071; }
a { background-color: rgb(145,208,113); }
div.DivClassName
{
background-color: #91D071;
}
.BgClassName
{
background-color: #91D071;
}
</style>
border-color css
<style>
span { border-color: #91D071; }
span { border-color: rgb(145,208,113); }
td.TdClassName
{
border-color: #91D071;
}
.TagClassName
{
border-color: #91D071;
}
</style>