Shades of Gossip #91D07D
Tints of Gossip #91D07D
RGB
CMYK
RGB Variations
Color information
#91D07D (or 0x91D07D) is known color: Gossip. HEX triplet: 91, D0 and 7D. RGB value is (145,208,125). Sum of RGB (Red+Green+Blue) = 145+208+125=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #91D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D07D is #6E2F82. Grayscale: #B3B3B3. Windows color (decimal): -7221123 or 8245393. OLE color: 8245393.
HSL color Cylindrical-coordinate representation of color #91D07D: hue angle of 105.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91D07D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 125 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.18 |
| HSL | 105.54º | 0.47% | 0.65% | - |
| HSV(B) | 105.54º | 0.4% | 0.82% | - |
| XYZ | 37.93 | 52.61 | 27.56 | - |
| YUV | 179.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 125 | 0.30 | 0 | 0.40 | 0.18 | 105.54 | 0.47 | 0.65 |
| Hex | 91 | D0 | 7D | 1E | 0 | 28 | 12 | 6A | 2F | 41 |
| Octal | 221 | 320 | 175 | 36 | 0 | 50 | 22 | 152 | 57 | 101 |
| Binary | 10010001 | 11010000 | 1111101 | 11110 | 0 | 101000 | 10010 | 1101010 | 101111 | 1000001 |
Color Harmonies of #91D07D
Complementary color
Monochromatic Colors of #91D07D
Black with #91D07D
Text Example
Text Example
White with #91D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D07D; }
p { color: rgb(145,208,125); }
H1.HeaderClassName
{
color: #91D07D;
}
.AnyTagClassName
{
color: #91D07D;
}
</style>
background-color css
<style>
a { background-color: #91D07D; }
a { background-color: rgb(145,208,125); }
div.DivClassName
{
background-color: #91D07D;
}
.BgClassName
{
background-color: #91D07D;
}
</style>
border-color css
<style>
span { border-color: #91D07D; }
span { border-color: rgb(145,208,125); }
td.TdClassName
{
border-color: #91D07D;
}
.TagClassName
{
border-color: #91D07D;
}
</style>