Shades of Gossip #8FCB78
Tints of Gossip #8FCB78
RGB
CMYK
RGB Variations
Color information
#8FCB78 (or 0x8FCB78) is known color: Gossip. HEX triplet: 8F, CB and 78. RGB value is (143,203,120). Sum of RGB (Red+Green+Blue) = 143+203+120=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB78 is #703487. Grayscale: #AFAFAF. Windows color (decimal): -7353480 or 7916431. OLE color: 7916431.
HSL color Cylindrical-coordinate representation of color #8FCB78: hue angle of 103.37º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCB78 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 120 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.20 |
| HSL | 103.37º | 0.44% | 0.63% | - |
| HSV(B) | 103.37º | 0.41% | 0.8% | - |
| XYZ | 36.07 | 49.91 | 25.5 | - |
| YUV | 175.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 120 | 0.30 | 0 | 0.41 | 0.20 | 103.37 | 0.44 | 0.63 |
| Hex | 8F | CB | 78 | 1E | 0 | 29 | 14 | 67 | 2C | 3F |
| Octal | 217 | 313 | 170 | 36 | 0 | 51 | 24 | 147 | 54 | 77 |
| Binary | 10001111 | 11001011 | 1111000 | 11110 | 0 | 101001 | 10100 | 1100111 | 101100 | 111111 |
Color Harmonies of #8FCB78
Complementary color
Monochromatic Colors of #8FCB78
Black with #8FCB78
Text Example
Text Example
White with #8FCB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB78; }
p { color: rgb(143,203,120); }
H1.HeaderClassName
{
color: #8FCB78;
}
.AnyTagClassName
{
color: #8FCB78;
}
</style>
background-color css
<style>
a { background-color: #8FCB78; }
a { background-color: rgb(143,203,120); }
div.DivClassName
{
background-color: #8FCB78;
}
.BgClassName
{
background-color: #8FCB78;
}
</style>
border-color css
<style>
span { border-color: #8FCB78; }
span { border-color: rgb(143,203,120); }
td.TdClassName
{
border-color: #8FCB78;
}
.TagClassName
{
border-color: #8FCB78;
}
</style>