Shades of Gossip #95D675
Tints of Gossip #95D675
RGB
CMYK
RGB Variations
Color information
#95D675 (or 0x95D675) is known color: Gossip. HEX triplet: 95, D6 and 75. RGB value is (149,214,117). Sum of RGB (Red+Green+Blue) = 149+214+117=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #95D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D675 is #6A298A. Grayscale: #B7B7B7. Windows color (decimal): -6957451 or 7722645. OLE color: 7722645.
HSL color Cylindrical-coordinate representation of color #95D675: hue angle of 100.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95D675 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 117 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.16 |
| HSL | 100.21º | 0.54% | 0.65% | - |
| HSV(B) | 100.21º | 0.45% | 0.84% | - |
| XYZ | 39.65 | 55.77 | 25.5 | - |
| YUV | 183.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 117 | 0.30 | 0 | 0.45 | 0.16 | 100.21 | 0.54 | 0.65 |
| Hex | 95 | D6 | 75 | 1E | 0 | 2D | 10 | 64 | 36 | 41 |
| Octal | 225 | 326 | 165 | 36 | 0 | 55 | 20 | 144 | 66 | 101 |
| Binary | 10010101 | 11010110 | 1110101 | 11110 | 0 | 101101 | 10000 | 1100100 | 110110 | 1000001 |
Color Harmonies of #95D675
Complementary color
Monochromatic Colors of #95D675
Black with #95D675
Text Example
Text Example
White with #95D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D675; }
p { color: rgb(149,214,117); }
H1.HeaderClassName
{
color: #95D675;
}
.AnyTagClassName
{
color: #95D675;
}
</style>
background-color css
<style>
a { background-color: #95D675; }
a { background-color: rgb(149,214,117); }
div.DivClassName
{
background-color: #95D675;
}
.BgClassName
{
background-color: #95D675;
}
</style>
border-color css
<style>
span { border-color: #95D675; }
span { border-color: rgb(149,214,117); }
td.TdClassName
{
border-color: #95D675;
}
.TagClassName
{
border-color: #95D675;
}
</style>