#8DC678

Color #8DC678 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8DC678

Tints of Gossip #8DC678

Color information

#8DC678 (or 0x8DC678) is unknown color: approx Gossip. HEX triplet: 8D, C6 and 78. RGB value is (141,198,120). Sum of RGB (Red+Green+Blue) = 141+198+120=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC678 is #723987. Grayscale: #ACACAC. Windows color (decimal): -7485832 or 7915149. OLE color: 7915149.

HSL color Cylindrical-coordinate representation of color #8DC678: hue angle of 103.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DC678 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB141198120-
CMYK0.2900.390.22
HSL103.85º40.63%62.35%-
HSV(B)103.85º39.39%77.65%-
XYZ34.5747.4125.1-
YUV172.0698.62105.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=30.72%
G=43.14%
B=26.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981200.2900.390.22103.8540.6362.35
Hex8DC6781D0271668293e
Octal21530617035047261505176
Binary10001101110001101111000111010100111101101101000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC678; }

 p { color: rgb(141,198,120); }

 H1.HeaderClassName
 {
   color: #8DC678;
 }
 .AnyTagClassName
 {
   color: #8DC678;
 }
</style>
background-color css

<style>
 a { background-color: #8DC678; }

 a { background-color: rgb(141,198,120); }

 div.DivClassName
 {
   background-color: #8DC678;
 }
 .BgClassName
 {
   background-color: #8DC678;
 }
</style>
border-color css

<style>
 span { border-color: #8DC678; }

 span { border-color: rgb(141,198,120); }

 td.TdClassName
 {
   border-color: #8DC678;
 }
 .TagClassName
 {
   border-color: #8DC678;
 }
</style>