Shades of Gossip #8CCF74
Tints of Gossip #8CCF74
RGB
CMYK
RGB Variations
Color information
#8CCF74 (or 0x8CCF74) is known color: Gossip. HEX triplet: 8C, CF and 74. RGB value is (140,207,116). Sum of RGB (Red+Green+Blue) = 140+207+116=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF74 is #73308B. Grayscale: #B0B0B0. Windows color (decimal): -7549068 or 7655308. OLE color: 7655308.
HSL color Cylindrical-coordinate representation of color #8CCF74: hue angle of 104.18º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CCF74 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 116 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.19 |
| HSL | 104.18º | 0.49% | 0.63% | - |
| HSV(B) | 104.18º | 0.44% | 0.81% | - |
| XYZ | 36.28 | 51.46 | 24.54 | - |
| YUV | 176.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 116 | 0.32 | 0 | 0.44 | 0.19 | 104.18 | 0.49 | 0.63 |
| Hex | 8C | CF | 74 | 20 | 0 | 2C | 13 | 68 | 31 | 3F |
| Octal | 214 | 317 | 164 | 40 | 0 | 54 | 23 | 150 | 61 | 77 |
| Binary | 10001100 | 11001111 | 1110100 | 100000 | 0 | 101100 | 10011 | 1101000 | 110001 | 111111 |
Color Harmonies of #8CCF74
Complementary color
Monochromatic Colors of #8CCF74
Black with #8CCF74
Text Example
Text Example
White with #8CCF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF74; }
p { color: rgb(140,207,116); }
H1.HeaderClassName
{
color: #8CCF74;
}
.AnyTagClassName
{
color: #8CCF74;
}
</style>
background-color css
<style>
a { background-color: #8CCF74; }
a { background-color: rgb(140,207,116); }
div.DivClassName
{
background-color: #8CCF74;
}
.BgClassName
{
background-color: #8CCF74;
}
</style>
border-color css
<style>
span { border-color: #8CCF74; }
span { border-color: rgb(140,207,116); }
td.TdClassName
{
border-color: #8CCF74;
}
.TagClassName
{
border-color: #8CCF74;
}
</style>