Shades of Gossip #97CB7A
Tints of Gossip #97CB7A
RGB
CMYK
RGB Variations
Color information
#97CB7A (or 0x97CB7A) is known color: Gossip. HEX triplet: 97, CB and 7A. RGB value is (151,203,122). Sum of RGB (Red+Green+Blue) = 151+203+122=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CB7A is #683485. Grayscale: #B2B2B2. Windows color (decimal): -6829190 or 8047511. OLE color: 8047511.
HSL color Cylindrical-coordinate representation of color #97CB7A: hue angle of 98.52º degrees, saturation: 0.44, 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 #97CB7A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 122 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.20 |
| HSL | 98.52º | 0.44% | 0.64% | - |
| HSV(B) | 98.52º | 0.4% | 0.8% | - |
| XYZ | 37.63 | 50.7 | 26.21 | - |
| YUV | 178.22 | 96.27 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 122 | 0.26 | 0 | 0.40 | 0.20 | 98.52 | 0.44 | 0.64 |
| Hex | 97 | CB | 7A | 1A | 0 | 28 | 14 | 63 | 2C | 40 |
| Octal | 227 | 313 | 172 | 32 | 0 | 50 | 24 | 143 | 54 | 100 |
| Binary | 10010111 | 11001011 | 1111010 | 11010 | 0 | 101000 | 10100 | 1100011 | 101100 | 1000000 |
Color Harmonies of #97CB7A
Complementary color
Monochromatic Colors of #97CB7A
Black with #97CB7A
Text Example
Text Example
White with #97CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CB7A; }
p { color: rgb(151,203,122); }
H1.HeaderClassName
{
color: #97CB7A;
}
.AnyTagClassName
{
color: #97CB7A;
}
</style>
background-color css
<style>
a { background-color: #97CB7A; }
a { background-color: rgb(151,203,122); }
div.DivClassName
{
background-color: #97CB7A;
}
.BgClassName
{
background-color: #97CB7A;
}
</style>
border-color css
<style>
span { border-color: #97CB7A; }
span { border-color: rgb(151,203,122); }
td.TdClassName
{
border-color: #97CB7A;
}
.TagClassName
{
border-color: #97CB7A;
}
</style>