Shades of Gossip #97C67A
Tints of Gossip #97C67A
RGB
CMYK
RGB Variations
Color information
#97C67A (or 0x97C67A) is known color: Gossip. HEX triplet: 97, C6 and 7A. RGB value is (151,198,122). Sum of RGB (Red+Green+Blue) = 151+198+122=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #97C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C67A is #683985. Grayscale: #AFAFAF. Windows color (decimal): -6830470 or 8046231. OLE color: 8046231.
HSL color Cylindrical-coordinate representation of color #97C67A: hue angle of 97.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97C67A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 122 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.22 |
| HSL | 97.11º | 0.4% | 0.63% | - |
| HSV(B) | 97.11º | 0.38% | 0.78% | - |
| XYZ | 36.47 | 48.37 | 25.83 | - |
| YUV | 175.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 122 | 0.24 | 0 | 0.38 | 0.22 | 97.11 | 0.4 | 0.63 |
| Hex | 97 | C6 | 7A | 18 | 0 | 26 | 16 | 61 | 28 | 3F |
| Octal | 227 | 306 | 172 | 30 | 0 | 46 | 26 | 141 | 50 | 77 |
| Binary | 10010111 | 11000110 | 1111010 | 11000 | 0 | 100110 | 10110 | 1100001 | 101000 | 111111 |
Color Harmonies of #97C67A
Complementary color
Monochromatic Colors of #97C67A
Black with #97C67A
Text Example
Text Example
White with #97C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C67A; }
p { color: rgb(151,198,122); }
H1.HeaderClassName
{
color: #97C67A;
}
.AnyTagClassName
{
color: #97C67A;
}
</style>
background-color css
<style>
a { background-color: #97C67A; }
a { background-color: rgb(151,198,122); }
div.DivClassName
{
background-color: #97C67A;
}
.BgClassName
{
background-color: #97C67A;
}
</style>
border-color css
<style>
span { border-color: #97C67A; }
span { border-color: rgb(151,198,122); }
td.TdClassName
{
border-color: #97C67A;
}
.TagClassName
{
border-color: #97C67A;
}
</style>