Shades of Gossip #90C781
Tints of Gossip #90C781
RGB
CMYK
RGB Variations
Color information
#90C781 (or 0x90C781) is known color: Gossip. HEX triplet: 90, C7 and 81. RGB value is (144,199,129). Sum of RGB (Red+Green+Blue) = 144+199+129=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #90C781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C781 is #6F387E. Grayscale: #AEAEAE. Windows color (decimal): -7288959 or 8505232. OLE color: 8505232.
HSL color Cylindrical-coordinate representation of color #90C781: hue angle of 107.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C781 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 129 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.22 |
| HSL | 107.14º | 0.38% | 0.64% | - |
| HSV(B) | 107.14º | 0.35% | 0.78% | - |
| XYZ | 35.89 | 48.36 | 28.21 | - |
| YUV | 174.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 129 | 0.28 | 0 | 0.35 | 0.22 | 107.14 | 0.38 | 0.64 |
| Hex | 90 | C7 | 81 | 1C | 0 | 23 | 16 | 6B | 26 | 40 |
| Octal | 220 | 307 | 201 | 34 | 0 | 43 | 26 | 153 | 46 | 100 |
| Binary | 10010000 | 11000111 | 10000001 | 11100 | 0 | 100011 | 10110 | 1101011 | 100110 | 1000000 |
Color Harmonies of #90C781
Complementary color
Monochromatic Colors of #90C781
Black with #90C781
Text Example
Text Example
White with #90C781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C781; }
p { color: rgb(144,199,129); }
H1.HeaderClassName
{
color: #90C781;
}
.AnyTagClassName
{
color: #90C781;
}
</style>
background-color css
<style>
a { background-color: #90C781; }
a { background-color: rgb(144,199,129); }
div.DivClassName
{
background-color: #90C781;
}
.BgClassName
{
background-color: #90C781;
}
</style>
border-color css
<style>
span { border-color: #90C781; }
span { border-color: rgb(144,199,129); }
td.TdClassName
{
border-color: #90C781;
}
.TagClassName
{
border-color: #90C781;
}
</style>