Shades of Gossip #90D770
Tints of Gossip #90D770
RGB
CMYK
RGB Variations
Color information
#90D770 (or 0x90D770) is known color: Gossip. HEX triplet: 90, D7 and 70. RGB value is (144,215,112). Sum of RGB (Red+Green+Blue) = 144+215+112=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #90D770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D770 is #6F288F. Grayscale: #B6B6B6. Windows color (decimal): -7284880 or 7395216. OLE color: 7395216.
HSL color Cylindrical-coordinate representation of color #90D770: hue angle of 101.36º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90D770 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 112 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.16 |
| HSL | 101.36º | 0.56% | 0.64% | - |
| HSV(B) | 101.36º | 0.48% | 0.84% | - |
| XYZ | 38.73 | 55.7 | 24.04 | - |
| YUV | 182.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 112 | 0.33 | 0 | 0.48 | 0.16 | 101.36 | 0.56 | 0.64 |
| Hex | 90 | D7 | 70 | 21 | 0 | 30 | 10 | 65 | 38 | 40 |
| Octal | 220 | 327 | 160 | 41 | 0 | 60 | 20 | 145 | 70 | 100 |
| Binary | 10010000 | 11010111 | 1110000 | 100001 | 0 | 110000 | 10000 | 1100101 | 111000 | 1000000 |
Color Harmonies of #90D770
Complementary color
Monochromatic Colors of #90D770
Black with #90D770
Text Example
Text Example
White with #90D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D770; }
p { color: rgb(144,215,112); }
H1.HeaderClassName
{
color: #90D770;
}
.AnyTagClassName
{
color: #90D770;
}
</style>
background-color css
<style>
a { background-color: #90D770; }
a { background-color: rgb(144,215,112); }
div.DivClassName
{
background-color: #90D770;
}
.BgClassName
{
background-color: #90D770;
}
</style>
border-color css
<style>
span { border-color: #90D770; }
span { border-color: rgb(144,215,112); }
td.TdClassName
{
border-color: #90D770;
}
.TagClassName
{
border-color: #90D770;
}
</style>