Shades of Gossip #8FCB72
Tints of Gossip #8FCB72
RGB
CMYK
RGB Variations
Color information
#8FCB72 (or 0x8FCB72) is known color: Gossip. HEX triplet: 8F, CB and 72. RGB value is (143,203,114). Sum of RGB (Red+Green+Blue) = 143+203+114=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB72 is #70348D. Grayscale: #AFAFAF. Windows color (decimal): -7353486 or 7523215. OLE color: 7523215.
HSL color Cylindrical-coordinate representation of color #8FCB72: hue angle of 100.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCB72 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 114 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.20 |
| HSL | 100.45º | 0.46% | 0.62% | - |
| HSV(B) | 100.45º | 0.44% | 0.8% | - |
| XYZ | 35.72 | 49.77 | 23.64 | - |
| YUV | 174.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 114 | 0.30 | 0 | 0.44 | 0.20 | 100.45 | 0.46 | 0.62 |
| Hex | 8F | CB | 72 | 1E | 0 | 2C | 14 | 64 | 2E | 3E |
| Octal | 217 | 313 | 162 | 36 | 0 | 54 | 24 | 144 | 56 | 76 |
| Binary | 10001111 | 11001011 | 1110010 | 11110 | 0 | 101100 | 10100 | 1100100 | 101110 | 111110 |
Color Harmonies of #8FCB72
Complementary color
Monochromatic Colors of #8FCB72
Black with #8FCB72
Text Example
Text Example
White with #8FCB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB72; }
p { color: rgb(143,203,114); }
H1.HeaderClassName
{
color: #8FCB72;
}
.AnyTagClassName
{
color: #8FCB72;
}
</style>
background-color css
<style>
a { background-color: #8FCB72; }
a { background-color: rgb(143,203,114); }
div.DivClassName
{
background-color: #8FCB72;
}
.BgClassName
{
background-color: #8FCB72;
}
</style>
border-color css
<style>
span { border-color: #8FCB72; }
span { border-color: rgb(143,203,114); }
td.TdClassName
{
border-color: #8FCB72;
}
.TagClassName
{
border-color: #8FCB72;
}
</style>