Shades of Gossip #94D677
Tints of Gossip #94D677
RGB
CMYK
RGB Variations
Color information
#94D677 (or 0x94D677) is known color: Gossip. HEX triplet: 94, D6 and 77. RGB value is (148,214,119). Sum of RGB (Red+Green+Blue) = 148+214+119=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #94D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D677 is #6B2988. Grayscale: #B7B7B7. Windows color (decimal): -7022985 or 7853716. OLE color: 7853716.
HSL color Cylindrical-coordinate representation of color #94D677: hue angle of 101.68º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94D677 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 119 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.16 |
| HSL | 101.68º | 0.54% | 0.65% | - |
| HSV(B) | 101.68º | 0.44% | 0.84% | - |
| XYZ | 39.59 | 55.72 | 26.12 | - |
| YUV | 183.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 119 | 0.31 | 0 | 0.44 | 0.16 | 101.68 | 0.54 | 0.65 |
| Hex | 94 | D6 | 77 | 1F | 0 | 2C | 10 | 66 | 36 | 41 |
| Octal | 224 | 326 | 167 | 37 | 0 | 54 | 20 | 146 | 66 | 101 |
| Binary | 10010100 | 11010110 | 1110111 | 11111 | 0 | 101100 | 10000 | 1100110 | 110110 | 1000001 |
Color Harmonies of #94D677
Complementary color
Monochromatic Colors of #94D677
Black with #94D677
Text Example
Text Example
White with #94D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D677; }
p { color: rgb(148,214,119); }
H1.HeaderClassName
{
color: #94D677;
}
.AnyTagClassName
{
color: #94D677;
}
</style>
background-color css
<style>
a { background-color: #94D677; }
a { background-color: rgb(148,214,119); }
div.DivClassName
{
background-color: #94D677;
}
.BgClassName
{
background-color: #94D677;
}
</style>
border-color css
<style>
span { border-color: #94D677; }
span { border-color: rgb(148,214,119); }
td.TdClassName
{
border-color: #94D677;
}
.TagClassName
{
border-color: #94D677;
}
</style>