Shades of Gossip #90D679
Tints of Gossip #90D679
RGB
CMYK
RGB Variations
Color information
#90D679 (or 0x90D679) is known color: Gossip. HEX triplet: 90, D6 and 79. RGB value is (144,214,121). Sum of RGB (Red+Green+Blue) = 144+214+121=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #90D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D679 is #6F2986. Grayscale: #B6B6B6. Windows color (decimal): -7285127 or 7984784. OLE color: 7984784.
HSL color Cylindrical-coordinate representation of color #90D679: hue angle of 105.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D679 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 121 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.16 |
| HSL | 105.16º | 0.53% | 0.66% | - |
| HSV(B) | 105.16º | 0.43% | 0.84% | - |
| XYZ | 39 | 55.4 | 26.73 | - |
| YUV | 182.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 121 | 0.33 | 0 | 0.43 | 0.16 | 105.16 | 0.53 | 0.66 |
| Hex | 90 | D6 | 79 | 21 | 0 | 2B | 10 | 69 | 35 | 42 |
| Octal | 220 | 326 | 171 | 41 | 0 | 53 | 20 | 151 | 65 | 102 |
| Binary | 10010000 | 11010110 | 1111001 | 100001 | 0 | 101011 | 10000 | 1101001 | 110101 | 1000010 |
Color Harmonies of #90D679
Complementary color
Monochromatic Colors of #90D679
Black with #90D679
Text Example
Text Example
White with #90D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D679; }
p { color: rgb(144,214,121); }
H1.HeaderClassName
{
color: #90D679;
}
.AnyTagClassName
{
color: #90D679;
}
</style>
background-color css
<style>
a { background-color: #90D679; }
a { background-color: rgb(144,214,121); }
div.DivClassName
{
background-color: #90D679;
}
.BgClassName
{
background-color: #90D679;
}
</style>
border-color css
<style>
span { border-color: #90D679; }
span { border-color: rgb(144,214,121); }
td.TdClassName
{
border-color: #90D679;
}
.TagClassName
{
border-color: #90D679;
}
</style>