Shades of Gossip #91D680
Tints of Gossip #91D680
RGB
CMYK
RGB Variations
Color information
#91D680 (or 0x91D680) is known color: Gossip. HEX triplet: 91, D6 and 80. RGB value is (145,214,128). Sum of RGB (Red+Green+Blue) = 145+214+128=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #91D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D680 is #6E297F. Grayscale: #B7B7B7. Windows color (decimal): -7219584 or 8443537. OLE color: 8443537.
HSL color Cylindrical-coordinate representation of color #91D680: hue angle of 108.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91D680 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 128 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.16 |
| HSL | 108.14º | 0.51% | 0.67% | - |
| HSV(B) | 108.14º | 0.4% | 0.84% | - |
| XYZ | 39.62 | 55.67 | 29.08 | - |
| YUV | 183.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 128 | 0.32 | 0 | 0.40 | 0.16 | 108.14 | 0.51 | 0.67 |
| Hex | 91 | D6 | 80 | 20 | 0 | 28 | 10 | 6C | 33 | 43 |
| Octal | 221 | 326 | 200 | 40 | 0 | 50 | 20 | 154 | 63 | 103 |
| Binary | 10010001 | 11010110 | 10000000 | 100000 | 0 | 101000 | 10000 | 1101100 | 110011 | 1000011 |
Color Harmonies of #91D680
Complementary color
Monochromatic Colors of #91D680
Black with #91D680
Text Example
Text Example
White with #91D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D680; }
p { color: rgb(145,214,128); }
H1.HeaderClassName
{
color: #91D680;
}
.AnyTagClassName
{
color: #91D680;
}
</style>
background-color css
<style>
a { background-color: #91D680; }
a { background-color: rgb(145,214,128); }
div.DivClassName
{
background-color: #91D680;
}
.BgClassName
{
background-color: #91D680;
}
</style>
border-color css
<style>
span { border-color: #91D680; }
span { border-color: rgb(145,214,128); }
td.TdClassName
{
border-color: #91D680;
}
.TagClassName
{
border-color: #91D680;
}
</style>