#8CCA76

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

Shades of Gossip #8CCA76

Tints of Gossip #8CCA76

Color information

#8CCA76 (or 0x8CCA76) is unknown color: approx Gossip. HEX triplet: 8C, CA and 76. RGB value is (140,202,118). Sum of RGB (Red+Green+Blue) = 140+202+118=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA76 is #733589. Grayscale: #AEAEAE. Windows color (decimal): -7550346 or 7785100. OLE color: 7785100.

HSL color Cylindrical-coordinate representation of color #8CCA76: hue angle of 104.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCA76 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB140202118-
CMYK0.3100.420.21
HSL104.29º44.21%62.75%-
HSV(B)104.29º41.58%79.22%-
XYZ35.2149.1224.77-
YUV173.8996.46103.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=30.43%
G=43.91%
B=25.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021180.3100.420.21104.2944.2162.75
Hex8CCA761F02A15682c3f
Octal21431216637052251505477
Binary10001100110010101110110111110101010101011101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,118); }

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

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

 a { background-color: rgb(140,202,118); }

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

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

 span { border-color: rgb(140,202,118); }

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