#8CC378

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

Shades of Gossip #8CC378

Tints of Gossip #8CC378

Color information

#8CC378 (or 0x8CC378) is unknown color: approx Gossip. HEX triplet: 8C, C3 and 78. RGB value is (140,195,120). Sum of RGB (Red+Green+Blue) = 140+195+120=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC378 is #733C87. Grayscale: #AAAAAA. Windows color (decimal): -7552136 or 7914380. OLE color: 7914380.

HSL color Cylindrical-coordinate representation of color #8CC378: hue angle of 104º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC378 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB140195120-
CMYK0.2800.380.24
HSL104º38.46%61.76%-
HSV(B)104º38.46%76.47%-
XYZ33.7245.9624.86-
YUV17099.78106.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=30.77%
G=42.86%
B=26.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951200.2800.380.2410438.4661.76
Hex8CC3781C0261868263e
Octal21430317034046301504676
Binary10001100110000111111000111000100110110001101000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,120); }

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

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

 a { background-color: rgb(140,195,120); }

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

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

 span { border-color: rgb(140,195,120); }

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