Shades of Gossip #8FCB73
Tints of Gossip #8FCB73
RGB
CMYK
RGB Variations
Color information
#8FCB73 (or 0x8FCB73) is known color: Gossip. HEX triplet: 8F, CB and 73. RGB value is (143,203,115). Sum of RGB (Red+Green+Blue) = 143+203+115=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB73 is #70348C. Grayscale: #AFAFAF. Windows color (decimal): -7353485 or 7588751. OLE color: 7588751.
HSL color Cylindrical-coordinate representation of color #8FCB73: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCB73 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 115 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.20 |
| HSL | 100.91º | 0.46% | 0.62% | - |
| HSV(B) | 100.91º | 0.43% | 0.8% | - |
| XYZ | 35.78 | 49.79 | 23.94 | - |
| YUV | 175.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 115 | 0.30 | 0 | 0.43 | 0.20 | 100.91 | 0.46 | 0.62 |
| Hex | 8F | CB | 73 | 1E | 0 | 2B | 14 | 65 | 2E | 3E |
| Octal | 217 | 313 | 163 | 36 | 0 | 53 | 24 | 145 | 56 | 76 |
| Binary | 10001111 | 11001011 | 1110011 | 11110 | 0 | 101011 | 10100 | 1100101 | 101110 | 111110 |
Color Harmonies of #8FCB73
Complementary color
Monochromatic Colors of #8FCB73
Black with #8FCB73
Text Example
Text Example
White with #8FCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB73; }
p { color: rgb(143,203,115); }
H1.HeaderClassName
{
color: #8FCB73;
}
.AnyTagClassName
{
color: #8FCB73;
}
</style>
background-color css
<style>
a { background-color: #8FCB73; }
a { background-color: rgb(143,203,115); }
div.DivClassName
{
background-color: #8FCB73;
}
.BgClassName
{
background-color: #8FCB73;
}
</style>
border-color css
<style>
span { border-color: #8FCB73; }
span { border-color: rgb(143,203,115); }
td.TdClassName
{
border-color: #8FCB73;
}
.TagClassName
{
border-color: #8FCB73;
}
</style>