Shades of Gossip #8DC179
Tints of Gossip #8DC179
RGB
CMYK
RGB Variations
Color information
#8DC179 (or 0x8DC179) is known color: Gossip. HEX triplet: 8D, C1 and 79. RGB value is (141,193,121). Sum of RGB (Red+Green+Blue) = 141+193+121=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC179 is #723E86. Grayscale: #A9A9A9. Windows color (decimal): -7487111 or 7979405. OLE color: 7979405.
HSL color Cylindrical-coordinate representation of color #8DC179: hue angle of 103.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC179 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 121 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.24 |
| HSL | 103.33º | 0.37% | 0.62% | - |
| HSV(B) | 103.33º | 0.37% | 0.76% | - |
| XYZ | 33.51 | 45.18 | 25.04 | - |
| YUV | 169.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 121 | 0.27 | 0 | 0.37 | 0.24 | 103.33 | 0.37 | 0.62 |
| Hex | 8D | C1 | 79 | 1B | 0 | 25 | 18 | 67 | 25 | 3E |
| Octal | 215 | 301 | 171 | 33 | 0 | 45 | 30 | 147 | 45 | 76 |
| Binary | 10001101 | 11000001 | 1111001 | 11011 | 0 | 100101 | 11000 | 1100111 | 100101 | 111110 |
Color Harmonies of #8DC179
Complementary color
Monochromatic Colors of #8DC179
Black with #8DC179
Text Example
Text Example
White with #8DC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC179; }
p { color: rgb(141,193,121); }
H1.HeaderClassName
{
color: #8DC179;
}
.AnyTagClassName
{
color: #8DC179;
}
</style>
background-color css
<style>
a { background-color: #8DC179; }
a { background-color: rgb(141,193,121); }
div.DivClassName
{
background-color: #8DC179;
}
.BgClassName
{
background-color: #8DC179;
}
</style>
border-color css
<style>
span { border-color: #8DC179; }
span { border-color: rgb(141,193,121); }
td.TdClassName
{
border-color: #8DC179;
}
.TagClassName
{
border-color: #8DC179;
}
</style>