Shades of Gossip #8BD079
Tints of Gossip #8BD079
RGB
CMYK
RGB Variations
Color information
#8BD079 (or 0x8BD079) is known color: Gossip. HEX triplet: 8B, D0 and 79. RGB value is (139,208,121). Sum of RGB (Red+Green+Blue) = 139+208+121=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD079 is #742F86. Grayscale: #B1B1B1. Windows color (decimal): -7614343 or 7983243. OLE color: 7983243.
HSL color Cylindrical-coordinate representation of color #8BD079: hue angle of 107.59º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD079 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 121 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.18 |
| HSL | 107.59º | 0.48% | 0.65% | - |
| HSV(B) | 107.59º | 0.42% | 0.82% | - |
| XYZ | 36.65 | 51.98 | 26.19 | - |
| YUV | 177.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 121 | 0.33 | 0 | 0.42 | 0.18 | 107.59 | 0.48 | 0.65 |
| Hex | 8B | D0 | 79 | 21 | 0 | 2A | 12 | 6C | 30 | 41 |
| Octal | 213 | 320 | 171 | 41 | 0 | 52 | 22 | 154 | 60 | 101 |
| Binary | 10001011 | 11010000 | 1111001 | 100001 | 0 | 101010 | 10010 | 1101100 | 110000 | 1000001 |
Color Harmonies of #8BD079
Complementary color
Monochromatic Colors of #8BD079
Black with #8BD079
Text Example
Text Example
White with #8BD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD079; }
p { color: rgb(139,208,121); }
H1.HeaderClassName
{
color: #8BD079;
}
.AnyTagClassName
{
color: #8BD079;
}
</style>
background-color css
<style>
a { background-color: #8BD079; }
a { background-color: rgb(139,208,121); }
div.DivClassName
{
background-color: #8BD079;
}
.BgClassName
{
background-color: #8BD079;
}
</style>
border-color css
<style>
span { border-color: #8BD079; }
span { border-color: rgb(139,208,121); }
td.TdClassName
{
border-color: #8BD079;
}
.TagClassName
{
border-color: #8BD079;
}
</style>