#76DC9B

Color #76DC9B Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #76DC9B

Tints of Silver Tree #76DC9B

Color information

#76DC9B (or 0x76DC9B) is unknown color: approx Silver Tree. HEX triplet: 76, DC and 9B. RGB value is (118,220,155). Sum of RGB (Red+Green+Blue) = 118+220+155=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC9B is #892364. Grayscale: #B6B6B6. Windows color (decimal): -8987493 or 10214518. OLE color: 10214518.

HSL color Cylindrical-coordinate representation of color #76DC9B: hue angle of 141.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC9B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB118220155-
CMYK0.4600.300.14
HSL141.76º59.3%66.27%-
HSV(B)141.76º46.36%86.27%-
XYZ38.9857.440.04-
YUV182.09112.7182.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=23.94%
G=44.62%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201550.4600.300.14141.7659.366.27
Hex76DC9B2E01EE8e3b42
Octal166334233560361621673102
Binary111011011011100100110111011100111101110100011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76DC9B; }

 p { color: rgb(118,220,155); }

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

<style>
 a { background-color: #76DC9B; }

 a { background-color: rgb(118,220,155); }

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

<style>
 span { border-color: #76DC9B; }

 span { border-color: rgb(118,220,155); }

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