Shades of Gossip #8FCC7C
Tints of Gossip #8FCC7C
RGB
CMYK
RGB Variations
Color information
#8FCC7C (or 0x8FCC7C) is known color: Gossip. HEX triplet: 8F, CC and 7C. RGB value is (143,204,124). Sum of RGB (Red+Green+Blue) = 143+204+124=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC7C is #703383. Grayscale: #B0B0B0. Windows color (decimal): -7353220 or 8178831. OLE color: 8178831.
HSL color Cylindrical-coordinate representation of color #8FCC7C: hue angle of 105.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCC7C is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 124 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.2 |
| HSL | 105.75º | 0.44% | 0.64% | - |
| HSV(B) | 105.75º | 0.39% | 0.8% | - |
| XYZ | 36.56 | 50.48 | 26.89 | - |
| YUV | 176.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 124 | 0.30 | 0 | 0.39 | 0.2 | 105.75 | 0.44 | 0.64 |
| Hex | 8F | CC | 7C | 1E | 0 | 27 | 14 | 6A | 2C | 40 |
| Octal | 217 | 314 | 174 | 36 | 0 | 47 | 24 | 152 | 54 | 100 |
| Binary | 10001111 | 11001100 | 1111100 | 11110 | 0 | 100111 | 10100 | 1101010 | 101100 | 1000000 |
Color Harmonies of #8FCC7C
Complementary color
Monochromatic Colors of #8FCC7C
Black with #8FCC7C
Text Example
Text Example
White with #8FCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC7C; }
p { color: rgb(143,204,124); }
H1.HeaderClassName
{
color: #8FCC7C;
}
.AnyTagClassName
{
color: #8FCC7C;
}
</style>
background-color css
<style>
a { background-color: #8FCC7C; }
a { background-color: rgb(143,204,124); }
div.DivClassName
{
background-color: #8FCC7C;
}
.BgClassName
{
background-color: #8FCC7C;
}
</style>
border-color css
<style>
span { border-color: #8FCC7C; }
span { border-color: rgb(143,204,124); }
td.TdClassName
{
border-color: #8FCC7C;
}
.TagClassName
{
border-color: #8FCC7C;
}
</style>