Shades of Gossip #95D672
Tints of Gossip #95D672
RGB
CMYK
RGB Variations
Color information
#95D672 (or 0x95D672) is known color: Gossip. HEX triplet: 95, D6 and 72. RGB value is (149,214,114). Sum of RGB (Red+Green+Blue) = 149+214+114=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #95D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D672 is #6A298D. Grayscale: #B7B7B7. Windows color (decimal): -6957454 or 7526037. OLE color: 7526037.
HSL color Cylindrical-coordinate representation of color #95D672: hue angle of 99º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95D672 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 114 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.16 |
| HSL | 99º | 0.55% | 0.64% | - |
| HSV(B) | 99º | 0.47% | 0.84% | - |
| XYZ | 39.48 | 55.7 | 24.59 | - |
| YUV | 183.17 | 88.97 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 114 | 0.30 | 0 | 0.47 | 0.16 | 99 | 0.55 | 0.64 |
| Hex | 95 | D6 | 72 | 1E | 0 | 2F | 10 | 63 | 37 | 40 |
| Octal | 225 | 326 | 162 | 36 | 0 | 57 | 20 | 143 | 67 | 100 |
| Binary | 10010101 | 11010110 | 1110010 | 11110 | 0 | 101111 | 10000 | 1100011 | 110111 | 1000000 |
Color Harmonies of #95D672
Complementary color
Monochromatic Colors of #95D672
Black with #95D672
Text Example
Text Example
White with #95D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D672; }
p { color: rgb(149,214,114); }
H1.HeaderClassName
{
color: #95D672;
}
.AnyTagClassName
{
color: #95D672;
}
</style>
background-color css
<style>
a { background-color: #95D672; }
a { background-color: rgb(149,214,114); }
div.DivClassName
{
background-color: #95D672;
}
.BgClassName
{
background-color: #95D672;
}
</style>
border-color css
<style>
span { border-color: #95D672; }
span { border-color: rgb(149,214,114); }
td.TdClassName
{
border-color: #95D672;
}
.TagClassName
{
border-color: #95D672;
}
</style>