Shades of Gossip #97CC7A
Tints of Gossip #97CC7A
RGB
CMYK
RGB Variations
Color information
#97CC7A (or 0x97CC7A) is known color: Gossip. HEX triplet: 97, CC and 7A. RGB value is (151,204,122). Sum of RGB (Red+Green+Blue) = 151+204+122=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CC7A is #683385. Grayscale: #B3B3B3. Windows color (decimal): -6828934 or 8047767. OLE color: 8047767.
HSL color Cylindrical-coordinate representation of color #97CC7A: hue angle of 98.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97CC7A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 204 | 122 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.2 |
| HSL | 98.78º | 0.45% | 0.64% | - |
| HSV(B) | 98.78º | 0.4% | 0.8% | - |
| XYZ | 37.87 | 51.17 | 26.29 | - |
| YUV | 178.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 204 | 122 | 0.26 | 0 | 0.40 | 0.2 | 98.78 | 0.45 | 0.64 |
| Hex | 97 | CC | 7A | 1A | 0 | 28 | 14 | 63 | 2D | 40 |
| Octal | 227 | 314 | 172 | 32 | 0 | 50 | 24 | 143 | 55 | 100 |
| Binary | 10010111 | 11001100 | 1111010 | 11010 | 0 | 101000 | 10100 | 1100011 | 101101 | 1000000 |
Color Harmonies of #97CC7A
Complementary color
Monochromatic Colors of #97CC7A
Black with #97CC7A
Text Example
Text Example
White with #97CC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CC7A; }
p { color: rgb(151,204,122); }
H1.HeaderClassName
{
color: #97CC7A;
}
.AnyTagClassName
{
color: #97CC7A;
}
</style>
background-color css
<style>
a { background-color: #97CC7A; }
a { background-color: rgb(151,204,122); }
div.DivClassName
{
background-color: #97CC7A;
}
.BgClassName
{
background-color: #97CC7A;
}
</style>
border-color css
<style>
span { border-color: #97CC7A; }
span { border-color: rgb(151,204,122); }
td.TdClassName
{
border-color: #97CC7A;
}
.TagClassName
{
border-color: #97CC7A;
}
</style>