#8CCD77

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

Shades of Gossip #8CCD77

Tints of Gossip #8CCD77

Color information

#8CCD77 (or 0x8CCD77) is unknown color: approx Gossip. HEX triplet: 8C, CD and 77. RGB value is (140,205,119). Sum of RGB (Red+Green+Blue) = 140+205+119=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD77 is #733288. Grayscale: #B0B0B0. Windows color (decimal): -7549577 or 7851404. OLE color: 7851404.

HSL color Cylindrical-coordinate representation of color #8CCD77: hue angle of 105.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCD77 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB140205119-
CMYK0.3200.420.20
HSL105.35º46.24%63.53%-
HSV(B)105.35º41.95%80.39%-
XYZ35.9850.5725.32-
YUV175.7695.97102.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=30.17%
G=44.18%
B=25.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051190.3200.420.20105.3546.2463.53
Hex8CCD772002A14692e40
Octal214315167400522415156100
Binary1000110011001101111011110000001010101010011010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,119); }

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

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

 a { background-color: rgb(140,205,119); }

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

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

 span { border-color: rgb(140,205,119); }

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