#8CC675

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

Shades of Gossip #8CC675

Tints of Gossip #8CC675

Color information

#8CC675 (or 0x8CC675) is unknown color: approx Gossip. HEX triplet: 8C, C6 and 75. RGB value is (140,198,117). Sum of RGB (Red+Green+Blue) = 140+198+117=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC675 is #73398A. Grayscale: #ABABAB. Windows color (decimal): -7551371 or 7718540. OLE color: 7718540.

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

Color convert

RGB140198117-
CMYK0.2900.410.22
HSL102.96º41.54%61.76%-
HSV(B)102.96º40.91%77.65%-
XYZ34.2247.2524.15-
YUV171.4297.28105.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=30.77%
G=43.52%
B=25.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401981170.2900.410.22102.9641.5461.76
Hex8CC6751D02916672a3e
Octal21430616535051261475276
Binary10001100110001101110101111010101001101101100111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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