Shades of Gossip #90C778
Tints of Gossip #90C778
RGB
CMYK
RGB Variations
Color information
#90C778 (or 0x90C778) is known color: Gossip. HEX triplet: 90, C7 and 78. RGB value is (144,199,120). Sum of RGB (Red+Green+Blue) = 144+199+120=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #90C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C778 is #6F3887. Grayscale: #ADADAD. Windows color (decimal): -7288968 or 7915408. OLE color: 7915408.
HSL color Cylindrical-coordinate representation of color #90C778: hue angle of 101.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C778 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 120 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.22 |
| HSL | 101.77º | 0.41% | 0.63% | - |
| HSV(B) | 101.77º | 0.4% | 0.78% | - |
| XYZ | 35.32 | 48.13 | 25.2 | - |
| YUV | 173.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 120 | 0.28 | 0 | 0.40 | 0.22 | 101.77 | 0.41 | 0.63 |
| Hex | 90 | C7 | 78 | 1C | 0 | 28 | 16 | 66 | 29 | 3F |
| Octal | 220 | 307 | 170 | 34 | 0 | 50 | 26 | 146 | 51 | 77 |
| Binary | 10010000 | 11000111 | 1111000 | 11100 | 0 | 101000 | 10110 | 1100110 | 101001 | 111111 |
Color Harmonies of #90C778
Complementary color
Monochromatic Colors of #90C778
Black with #90C778
Text Example
Text Example
White with #90C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C778; }
p { color: rgb(144,199,120); }
H1.HeaderClassName
{
color: #90C778;
}
.AnyTagClassName
{
color: #90C778;
}
</style>
background-color css
<style>
a { background-color: #90C778; }
a { background-color: rgb(144,199,120); }
div.DivClassName
{
background-color: #90C778;
}
.BgClassName
{
background-color: #90C778;
}
</style>
border-color css
<style>
span { border-color: #90C778; }
span { border-color: rgb(144,199,120); }
td.TdClassName
{
border-color: #90C778;
}
.TagClassName
{
border-color: #90C778;
}
</style>