Shades of Gossip #8FBF7C
Tints of Gossip #8FBF7C
RGB
CMYK
RGB Variations
Color information
#8FBF7C (or 0x8FBF7C) is known color: Gossip. HEX triplet: 8F, BF and 7C. RGB value is (143,191,124). Sum of RGB (Red+Green+Blue) = 143+191+124=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF7C is #704083. Grayscale: #A9A9A9. Windows color (decimal): -7356548 or 8175503. OLE color: 8175503.
HSL color Cylindrical-coordinate representation of color #8FBF7C: hue angle of 102.99º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBF7C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 124 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.25 |
| HSL | 102.99º | 0.34% | 0.62% | - |
| HSV(B) | 102.99º | 0.35% | 0.75% | - |
| XYZ | 33.6 | 44.56 | 25.9 | - |
| YUV | 169.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 124 | 0.25 | 0 | 0.35 | 0.25 | 102.99 | 0.34 | 0.62 |
| Hex | 8F | BF | 7C | 19 | 0 | 23 | 19 | 67 | 22 | 3E |
| Octal | 217 | 277 | 174 | 31 | 0 | 43 | 31 | 147 | 42 | 76 |
| Binary | 10001111 | 10111111 | 1111100 | 11001 | 0 | 100011 | 11001 | 1100111 | 100010 | 111110 |
Color Harmonies of #8FBF7C
Complementary color
Monochromatic Colors of #8FBF7C
Black with #8FBF7C
Text Example
Text Example
White with #8FBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF7C; }
p { color: rgb(143,191,124); }
H1.HeaderClassName
{
color: #8FBF7C;
}
.AnyTagClassName
{
color: #8FBF7C;
}
</style>
background-color css
<style>
a { background-color: #8FBF7C; }
a { background-color: rgb(143,191,124); }
div.DivClassName
{
background-color: #8FBF7C;
}
.BgClassName
{
background-color: #8FBF7C;
}
</style>
border-color css
<style>
span { border-color: #8FBF7C; }
span { border-color: rgb(143,191,124); }
td.TdClassName
{
border-color: #8FBF7C;
}
.TagClassName
{
border-color: #8FBF7C;
}
</style>