Shades of Gossip #8FCB75
Tints of Gossip #8FCB75
RGB
CMYK
RGB Variations
Color information
#8FCB75 (or 0x8FCB75) is known color: Gossip. HEX triplet: 8F, CB and 75. RGB value is (143,203,117). Sum of RGB (Red+Green+Blue) = 143+203+117=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB75 is #70348A. Grayscale: #AFAFAF. Windows color (decimal): -7353483 or 7719823. OLE color: 7719823.
HSL color Cylindrical-coordinate representation of color #8FCB75: hue angle of 101.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCB75 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 117 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.20 |
| HSL | 101.86º | 0.45% | 0.63% | - |
| HSV(B) | 101.86º | 0.42% | 0.8% | - |
| XYZ | 35.89 | 49.84 | 24.56 | - |
| YUV | 175.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 117 | 0.30 | 0 | 0.42 | 0.20 | 101.86 | 0.45 | 0.63 |
| Hex | 8F | CB | 75 | 1E | 0 | 2A | 14 | 66 | 2D | 3F |
| Octal | 217 | 313 | 165 | 36 | 0 | 52 | 24 | 146 | 55 | 77 |
| Binary | 10001111 | 11001011 | 1110101 | 11110 | 0 | 101010 | 10100 | 1100110 | 101101 | 111111 |
Color Harmonies of #8FCB75
Complementary color
Monochromatic Colors of #8FCB75
Black with #8FCB75
Text Example
Text Example
White with #8FCB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB75; }
p { color: rgb(143,203,117); }
H1.HeaderClassName
{
color: #8FCB75;
}
.AnyTagClassName
{
color: #8FCB75;
}
</style>
background-color css
<style>
a { background-color: #8FCB75; }
a { background-color: rgb(143,203,117); }
div.DivClassName
{
background-color: #8FCB75;
}
.BgClassName
{
background-color: #8FCB75;
}
</style>
border-color css
<style>
span { border-color: #8FCB75; }
span { border-color: rgb(143,203,117); }
td.TdClassName
{
border-color: #8FCB75;
}
.TagClassName
{
border-color: #8FCB75;
}
</style>