Shades of Gossip #97D679
Tints of Gossip #97D679
RGB
CMYK
RGB Variations
Color information
#97D679 (or 0x97D679) is known color: Gossip. HEX triplet: 97, D6 and 79. RGB value is (151,214,121). Sum of RGB (Red+Green+Blue) = 151+214+121=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #97D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D679 is #682986. Grayscale: #B8B8B8. Windows color (decimal): -6826375 or 7984791. OLE color: 7984791.
HSL color Cylindrical-coordinate representation of color #97D679: hue angle of 100.65º 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 #97D679 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 121 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.16 |
| HSL | 100.65º | 0.53% | 0.66% | - |
| HSV(B) | 100.65º | 0.43% | 0.84% | - |
| XYZ | 40.26 | 56.05 | 26.79 | - |
| YUV | 184.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 121 | 0.29 | 0 | 0.43 | 0.16 | 100.65 | 0.53 | 0.66 |
| Hex | 97 | D6 | 79 | 1D | 0 | 2B | 10 | 65 | 35 | 42 |
| Octal | 227 | 326 | 171 | 35 | 0 | 53 | 20 | 145 | 65 | 102 |
| Binary | 10010111 | 11010110 | 1111001 | 11101 | 0 | 101011 | 10000 | 1100101 | 110101 | 1000010 |
Color Harmonies of #97D679
Complementary color
Monochromatic Colors of #97D679
Black with #97D679
Text Example
Text Example
White with #97D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D679; }
p { color: rgb(151,214,121); }
H1.HeaderClassName
{
color: #97D679;
}
.AnyTagClassName
{
color: #97D679;
}
</style>
background-color css
<style>
a { background-color: #97D679; }
a { background-color: rgb(151,214,121); }
div.DivClassName
{
background-color: #97D679;
}
.BgClassName
{
background-color: #97D679;
}
</style>
border-color css
<style>
span { border-color: #97D679; }
span { border-color: rgb(151,214,121); }
td.TdClassName
{
border-color: #97D679;
}
.TagClassName
{
border-color: #97D679;
}
</style>