Shades of Gossip #8CCC73
Tints of Gossip #8CCC73
RGB
CMYK
RGB Variations
Color information
#8CCC73 (or 0x8CCC73) is known color: Gossip. HEX triplet: 8C, CC and 73. RGB value is (140,204,115). Sum of RGB (Red+Green+Blue) = 140+204+115=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC73 is #73338C. Grayscale: #AFAFAF. Windows color (decimal): -7549837 or 7589004. OLE color: 7589004.
HSL color Cylindrical-coordinate representation of color #8CCC73: hue angle of 103.15º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CCC73 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 115 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.2 |
| HSL | 103.15º | 0.47% | 0.63% | - |
| HSV(B) | 103.15º | 0.44% | 0.8% | - |
| XYZ | 35.5 | 50 | 24 | - |
| YUV | 174.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 115 | 0.31 | 0 | 0.44 | 0.2 | 103.15 | 0.47 | 0.63 |
| Hex | 8C | CC | 73 | 1F | 0 | 2C | 14 | 67 | 2F | 3F |
| Octal | 214 | 314 | 163 | 37 | 0 | 54 | 24 | 147 | 57 | 77 |
| Binary | 10001100 | 11001100 | 1110011 | 11111 | 0 | 101100 | 10100 | 1100111 | 101111 | 111111 |
Color Harmonies of #8CCC73
Complementary color
Monochromatic Colors of #8CCC73
Black with #8CCC73
Text Example
Text Example
White with #8CCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC73; }
p { color: rgb(140,204,115); }
H1.HeaderClassName
{
color: #8CCC73;
}
.AnyTagClassName
{
color: #8CCC73;
}
</style>
background-color css
<style>
a { background-color: #8CCC73; }
a { background-color: rgb(140,204,115); }
div.DivClassName
{
background-color: #8CCC73;
}
.BgClassName
{
background-color: #8CCC73;
}
</style>
border-color css
<style>
span { border-color: #8CCC73; }
span { border-color: rgb(140,204,115); }
td.TdClassName
{
border-color: #8CCC73;
}
.TagClassName
{
border-color: #8CCC73;
}
</style>