Shades of Gossip #8FD672
Tints of Gossip #8FD672
RGB
CMYK
RGB Variations
Color information
#8FD672 (or 0x8FD672) is known color: Gossip. HEX triplet: 8F, D6 and 72. RGB value is (143,214,114). Sum of RGB (Red+Green+Blue) = 143+214+114=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD672 is #70298D. Grayscale: #B5B5B5. Windows color (decimal): -7350670 or 7526031. OLE color: 7526031.
HSL color Cylindrical-coordinate representation of color #8FD672: hue angle of 102.6º 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 #8FD672 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 114 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.16 |
| HSL | 102.6º | 0.55% | 0.64% | - |
| HSV(B) | 102.6º | 0.47% | 0.84% | - |
| XYZ | 38.41 | 55.15 | 24.54 | - |
| YUV | 181.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 114 | 0.33 | 0 | 0.47 | 0.16 | 102.6 | 0.55 | 0.64 |
| Hex | 8F | D6 | 72 | 21 | 0 | 2F | 10 | 67 | 37 | 40 |
| Octal | 217 | 326 | 162 | 41 | 0 | 57 | 20 | 147 | 67 | 100 |
| Binary | 10001111 | 11010110 | 1110010 | 100001 | 0 | 101111 | 10000 | 1100111 | 110111 | 1000000 |
Color Harmonies of #8FD672
Complementary color
Monochromatic Colors of #8FD672
Black with #8FD672
Text Example
Text Example
White with #8FD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD672; }
p { color: rgb(143,214,114); }
H1.HeaderClassName
{
color: #8FD672;
}
.AnyTagClassName
{
color: #8FD672;
}
</style>
background-color css
<style>
a { background-color: #8FD672; }
a { background-color: rgb(143,214,114); }
div.DivClassName
{
background-color: #8FD672;
}
.BgClassName
{
background-color: #8FD672;
}
</style>
border-color css
<style>
span { border-color: #8FD672; }
span { border-color: rgb(143,214,114); }
td.TdClassName
{
border-color: #8FD672;
}
.TagClassName
{
border-color: #8FD672;
}
</style>