Shades of Gossip #8FBE7E
Tints of Gossip #8FBE7E
RGB
CMYK
RGB Variations
Color information
#8FBE7E (or 0x8FBE7E) is known color: Gossip. HEX triplet: 8F, BE and 7E. RGB value is (143,190,126). Sum of RGB (Red+Green+Blue) = 143+190+126=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBE7E is #704181. Grayscale: #A8A8A8. Windows color (decimal): -7356802 or 8306319. OLE color: 8306319.
HSL color Cylindrical-coordinate representation of color #8FBE7E: hue angle of 104.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBE7E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 126 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.25 |
| HSL | 104.06º | 0.33% | 0.62% | - |
| HSV(B) | 104.06º | 0.34% | 0.75% | - |
| XYZ | 33.51 | 44.17 | 26.5 | - |
| YUV | 168.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 126 | 0.25 | 0 | 0.34 | 0.25 | 104.06 | 0.33 | 0.62 |
| Hex | 8F | BE | 7E | 19 | 0 | 22 | 19 | 68 | 21 | 3E |
| Octal | 217 | 276 | 176 | 31 | 0 | 42 | 31 | 150 | 41 | 76 |
| Binary | 10001111 | 10111110 | 1111110 | 11001 | 0 | 100010 | 11001 | 1101000 | 100001 | 111110 |
Color Harmonies of #8FBE7E
Complementary color
Monochromatic Colors of #8FBE7E
Black with #8FBE7E
Text Example
Text Example
White with #8FBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE7E; }
p { color: rgb(143,190,126); }
H1.HeaderClassName
{
color: #8FBE7E;
}
.AnyTagClassName
{
color: #8FBE7E;
}
</style>
background-color css
<style>
a { background-color: #8FBE7E; }
a { background-color: rgb(143,190,126); }
div.DivClassName
{
background-color: #8FBE7E;
}
.BgClassName
{
background-color: #8FBE7E;
}
</style>
border-color css
<style>
span { border-color: #8FBE7E; }
span { border-color: rgb(143,190,126); }
td.TdClassName
{
border-color: #8FBE7E;
}
.TagClassName
{
border-color: #8FBE7E;
}
</style>