#8CCB76

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

Shades of Gossip #8CCB76

Tints of Gossip #8CCB76

Color information

#8CCB76 (or 0x8CCB76) is unknown color: approx Gossip. HEX triplet: 8C, CB and 76. RGB value is (140,203,118). Sum of RGB (Red+Green+Blue) = 140+203+118=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB76 is #733489. Grayscale: #AEAEAE. Windows color (decimal): -7550090 or 7785356. OLE color: 7785356.

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

Color convert

RGB140203118-
CMYK0.3100.420.20
HSL104.47º44.97%62.94%-
HSV(B)104.47º41.87%79.61%-
XYZ35.4449.624.84-
YUV174.4796.13103.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=30.37%
G=44.03%
B=25.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031180.3100.420.20104.4744.9762.94
Hex8CCB761F02A14682d3f
Octal21431316637052241505577
Binary10001100110010111110110111110101010101001101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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