#8CC77A

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

Shades of Gossip #8CC77A

Tints of Gossip #8CC77A

Color information

#8CC77A (or 0x8CC77A) is unknown color: approx Gossip. HEX triplet: 8C, C7 and 7A. RGB value is (140,199,122). Sum of RGB (Red+Green+Blue) = 140+199+122=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC77A is #733885. Grayscale: #ACACAC. Windows color (decimal): -7551110 or 8046476. OLE color: 8046476.

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

Color convert

RGB140199122-
CMYK0.3000.390.22
HSL105.97º40.74%62.94%-
HSV(B)105.97º38.69%78.04%-
XYZ34.7547.8325.81-
YUV172.5899.45104.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=30.37%
G=43.17%
B=26.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991220.3000.390.22105.9740.7462.94
Hex8CC77A1E027166a293f
Octal21430717236047261525177
Binary10001100110001111111010111100100111101101101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,199,122); }

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

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

 a { background-color: rgb(140,199,122); }

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

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

 span { border-color: rgb(140,199,122); }

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