Shades of Gossip #91C67A
Tints of Gossip #91C67A
RGB
CMYK
RGB Variations
Color information
#91C67A (or 0x91C67A) is known color: Gossip. HEX triplet: 91, C6 and 7A. RGB value is (145,198,122). Sum of RGB (Red+Green+Blue) = 145+198+122=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #91C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C67A is #6E3985. Grayscale: #ADADAD. Windows color (decimal): -7223686 or 8046225. OLE color: 8046225.
HSL color Cylindrical-coordinate representation of color #91C67A: hue angle of 101.84º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91C67A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 198 | 122 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.22 |
| HSL | 101.84º | 0.4% | 0.63% | - |
| HSV(B) | 101.84º | 0.38% | 0.78% | - |
| XYZ | 35.38 | 47.81 | 25.78 | - |
| YUV | 173.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 198 | 122 | 0.27 | 0 | 0.38 | 0.22 | 101.84 | 0.4 | 0.63 |
| Hex | 91 | C6 | 7A | 1B | 0 | 26 | 16 | 66 | 28 | 3F |
| Octal | 221 | 306 | 172 | 33 | 0 | 46 | 26 | 146 | 50 | 77 |
| Binary | 10010001 | 11000110 | 1111010 | 11011 | 0 | 100110 | 10110 | 1100110 | 101000 | 111111 |
Color Harmonies of #91C67A
Complementary color
Monochromatic Colors of #91C67A
Black with #91C67A
Text Example
Text Example
White with #91C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C67A; }
p { color: rgb(145,198,122); }
H1.HeaderClassName
{
color: #91C67A;
}
.AnyTagClassName
{
color: #91C67A;
}
</style>
background-color css
<style>
a { background-color: #91C67A; }
a { background-color: rgb(145,198,122); }
div.DivClassName
{
background-color: #91C67A;
}
.BgClassName
{
background-color: #91C67A;
}
</style>
border-color css
<style>
span { border-color: #91C67A; }
span { border-color: rgb(145,198,122); }
td.TdClassName
{
border-color: #91C67A;
}
.TagClassName
{
border-color: #91C67A;
}
</style>