#8CC679

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

Shades of Gossip #8CC679

Tints of Gossip #8CC679

Color information

#8CC679 (or 0x8CC679) is unknown color: approx Gossip. HEX triplet: 8C, C6 and 79. RGB value is (140,198,121). Sum of RGB (Red+Green+Blue) = 140+198+121=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC679 is #733986. Grayscale: #ACACAC. Windows color (decimal): -7551367 or 7980684. OLE color: 7980684.

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

Color convert

RGB140198121-
CMYK0.2900.390.22
HSL105.19º40.31%62.55%-
HSV(B)105.19º38.89%77.65%-
XYZ34.4647.3425.41-
YUV171.8899.28105.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=30.50%
G=43.14%
B=26.36%

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
Decimal1401981210.2900.390.22105.1940.3162.55
Hex8CC6791D0271669283f
Octal21430617135047261515077
Binary10001100110001101111001111010100111101101101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,121); }

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

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

 a { background-color: rgb(140,198,121); }

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

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

 span { border-color: rgb(140,198,121); }

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