Shades of Gossip #99D675
Tints of Gossip #99D675
RGB
CMYK
RGB Variations
Color information
#99D675 (or 0x99D675) is known color: Gossip. HEX triplet: 99, D6 and 75. RGB value is (153,214,117). Sum of RGB (Red+Green+Blue) = 153+214+117=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #99D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D675 is #66298A. Grayscale: #B9B9B9. Windows color (decimal): -6695307 or 7722649. OLE color: 7722649.
HSL color Cylindrical-coordinate representation of color #99D675: hue angle of 97.73º 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 #99D675 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 117 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.16 |
| HSL | 97.73º | 0.54% | 0.65% | - |
| HSV(B) | 97.73º | 0.45% | 0.84% | - |
| XYZ | 40.39 | 56.15 | 25.54 | - |
| YUV | 184.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 117 | 0.29 | 0 | 0.45 | 0.16 | 97.73 | 0.54 | 0.65 |
| Hex | 99 | D6 | 75 | 1D | 0 | 2D | 10 | 62 | 36 | 41 |
| Octal | 231 | 326 | 165 | 35 | 0 | 55 | 20 | 142 | 66 | 101 |
| Binary | 10011001 | 11010110 | 1110101 | 11101 | 0 | 101101 | 10000 | 1100010 | 110110 | 1000001 |
Color Harmonies of #99D675
Complementary color
Monochromatic Colors of #99D675
Black with #99D675
Text Example
Text Example
White with #99D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D675; }
p { color: rgb(153,214,117); }
H1.HeaderClassName
{
color: #99D675;
}
.AnyTagClassName
{
color: #99D675;
}
</style>
background-color css
<style>
a { background-color: #99D675; }
a { background-color: rgb(153,214,117); }
div.DivClassName
{
background-color: #99D675;
}
.BgClassName
{
background-color: #99D675;
}
</style>
border-color css
<style>
span { border-color: #99D675; }
span { border-color: rgb(153,214,117); }
td.TdClassName
{
border-color: #99D675;
}
.TagClassName
{
border-color: #99D675;
}
</style>