Shades of Gossip #91DA68
Tints of Gossip #91DA68
RGB
CMYK
RGB Variations
Color information
#91DA68 (or 0x91DA68) is known color: Gossip. HEX triplet: 91, DA and 68. RGB value is (145,218,104). Sum of RGB (Red+Green+Blue) = 145+218+104=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DA68 is #6E2597. Grayscale: #B7B7B7. Windows color (decimal): -7218584 or 6871697. OLE color: 6871697.
HSL color Cylindrical-coordinate representation of color #91DA68: hue angle of 98.42º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91DA68 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 104 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.15 |
| HSL | 98.42º | 0.61% | 0.63% | - |
| HSV(B) | 98.42º | 0.52% | 0.85% | - |
| XYZ | 39.25 | 57.16 | 22.06 | - |
| YUV | 183.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 104 | 0.33 | 0 | 0.52 | 0.15 | 98.42 | 0.61 | 0.63 |
| Hex | 91 | DA | 68 | 21 | 0 | 34 | F | 62 | 3D | 3F |
| Octal | 221 | 332 | 150 | 41 | 0 | 64 | 17 | 142 | 75 | 77 |
| Binary | 10010001 | 11011010 | 1101000 | 100001 | 0 | 110100 | 1111 | 1100010 | 111101 | 111111 |
Color Harmonies of #91DA68
Complementary color
Monochromatic Colors of #91DA68
Black with #91DA68
Text Example
Text Example
White with #91DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA68; }
p { color: rgb(145,218,104); }
H1.HeaderClassName
{
color: #91DA68;
}
.AnyTagClassName
{
color: #91DA68;
}
</style>
background-color css
<style>
a { background-color: #91DA68; }
a { background-color: rgb(145,218,104); }
div.DivClassName
{
background-color: #91DA68;
}
.BgClassName
{
background-color: #91DA68;
}
</style>
border-color css
<style>
span { border-color: #91DA68; }
span { border-color: rgb(145,218,104); }
td.TdClassName
{
border-color: #91DA68;
}
.TagClassName
{
border-color: #91DA68;
}
</style>