Shades of Gossip #91BD7F
Tints of Gossip #91BD7F
RGB
CMYK
RGB Variations
Color information
#91BD7F (or 0x91BD7F) is known color: Gossip. HEX triplet: 91, BD and 7F. RGB value is (145,189,127). Sum of RGB (Red+Green+Blue) = 145+189+127=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BD7F is #6E4280. Grayscale: #A8A8A8. Windows color (decimal): -7225985 or 8371601. OLE color: 8371601.
HSL color Cylindrical-coordinate representation of color #91BD7F: hue angle of 102.58º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91BD7F is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 127 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.26 |
| HSL | 102.58º | 0.32% | 0.62% | - |
| HSV(B) | 102.58º | 0.33% | 0.74% | - |
| XYZ | 33.71 | 43.95 | 26.78 | - |
| YUV | 168.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 127 | 0.23 | 0 | 0.33 | 0.26 | 102.58 | 0.32 | 0.62 |
| Hex | 91 | BD | 7F | 17 | 0 | 21 | 1A | 67 | 20 | 3E |
| Octal | 221 | 275 | 177 | 27 | 0 | 41 | 32 | 147 | 40 | 76 |
| Binary | 10010001 | 10111101 | 1111111 | 10111 | 0 | 100001 | 11010 | 1100111 | 100000 | 111110 |
Color Harmonies of #91BD7F
Complementary color
Monochromatic Colors of #91BD7F
Black with #91BD7F
Text Example
Text Example
White with #91BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD7F; }
p { color: rgb(145,189,127); }
H1.HeaderClassName
{
color: #91BD7F;
}
.AnyTagClassName
{
color: #91BD7F;
}
</style>
background-color css
<style>
a { background-color: #91BD7F; }
a { background-color: rgb(145,189,127); }
div.DivClassName
{
background-color: #91BD7F;
}
.BgClassName
{
background-color: #91BD7F;
}
</style>
border-color css
<style>
span { border-color: #91BD7F; }
span { border-color: rgb(145,189,127); }
td.TdClassName
{
border-color: #91BD7F;
}
.TagClassName
{
border-color: #91BD7F;
}
</style>