Shades of Gossip #90C775
Tints of Gossip #90C775
RGB
CMYK
RGB Variations
Color information
#90C775 (or 0x90C775) is known color: Gossip. HEX triplet: 90, C7 and 75. RGB value is (144,199,117). Sum of RGB (Red+Green+Blue) = 144+199+117=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #90C775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C775 is #6F388A. Grayscale: #ADADAD. Windows color (decimal): -7288971 or 7718800. OLE color: 7718800.
HSL color Cylindrical-coordinate representation of color #90C775: hue angle of 100.24º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90C775 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 117 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.22 |
| HSL | 100.24º | 0.42% | 0.62% | - |
| HSV(B) | 100.24º | 0.41% | 0.78% | - |
| XYZ | 35.14 | 48.06 | 24.25 | - |
| YUV | 173.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 117 | 0.28 | 0 | 0.41 | 0.22 | 100.24 | 0.42 | 0.62 |
| Hex | 90 | C7 | 75 | 1C | 0 | 29 | 16 | 64 | 2A | 3E |
| Octal | 220 | 307 | 165 | 34 | 0 | 51 | 26 | 144 | 52 | 76 |
| Binary | 10010000 | 11000111 | 1110101 | 11100 | 0 | 101001 | 10110 | 1100100 | 101010 | 111110 |
Color Harmonies of #90C775
Complementary color
Monochromatic Colors of #90C775
Black with #90C775
Text Example
Text Example
White with #90C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C775; }
p { color: rgb(144,199,117); }
H1.HeaderClassName
{
color: #90C775;
}
.AnyTagClassName
{
color: #90C775;
}
</style>
background-color css
<style>
a { background-color: #90C775; }
a { background-color: rgb(144,199,117); }
div.DivClassName
{
background-color: #90C775;
}
.BgClassName
{
background-color: #90C775;
}
</style>
border-color css
<style>
span { border-color: #90C775; }
span { border-color: rgb(144,199,117); }
td.TdClassName
{
border-color: #90C775;
}
.TagClassName
{
border-color: #90C775;
}
</style>