Shades of Gossip #91BF7F
Tints of Gossip #91BF7F
RGB
CMYK
RGB Variations
Color information
#91BF7F (or 0x91BF7F) is known color: Gossip. HEX triplet: 91, BF and 7F. RGB value is (145,191,127). Sum of RGB (Red+Green+Blue) = 145+191+127=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BF7F is #6E4080. Grayscale: #AAAAAA. Windows color (decimal): -7225473 or 8372113. OLE color: 8372113.
HSL color Cylindrical-coordinate representation of color #91BF7F: hue angle of 103.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BF7F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 191 | 127 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.25 |
| HSL | 103.13º | 0.33% | 0.62% | - |
| HSV(B) | 103.13º | 0.34% | 0.75% | - |
| XYZ | 34.14 | 44.81 | 26.93 | - |
| YUV | 169.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 127 | 0.24 | 0 | 0.34 | 0.25 | 103.13 | 0.33 | 0.62 |
| Hex | 91 | BF | 7F | 18 | 0 | 22 | 19 | 67 | 21 | 3E |
| Octal | 221 | 277 | 177 | 30 | 0 | 42 | 31 | 147 | 41 | 76 |
| Binary | 10010001 | 10111111 | 1111111 | 11000 | 0 | 100010 | 11001 | 1100111 | 100001 | 111110 |
Color Harmonies of #91BF7F
Complementary color
Monochromatic Colors of #91BF7F
Black with #91BF7F
Text Example
Text Example
White with #91BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BF7F; }
p { color: rgb(145,191,127); }
H1.HeaderClassName
{
color: #91BF7F;
}
.AnyTagClassName
{
color: #91BF7F;
}
</style>
background-color css
<style>
a { background-color: #91BF7F; }
a { background-color: rgb(145,191,127); }
div.DivClassName
{
background-color: #91BF7F;
}
.BgClassName
{
background-color: #91BF7F;
}
</style>
border-color css
<style>
span { border-color: #91BF7F; }
span { border-color: rgb(145,191,127); }
td.TdClassName
{
border-color: #91BF7F;
}
.TagClassName
{
border-color: #91BF7F;
}
</style>