#76CC96

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

Shades of Silver Tree #76CC96

Tints of Silver Tree #76CC96

Color information

#76CC96 (or 0x76CC96) is unknown color: approx Silver Tree. HEX triplet: 76, CC and 96. RGB value is (118,204,150). Sum of RGB (Red+Green+Blue) = 118+204+150=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC96 is #893369. Grayscale: #ACACAC. Windows color (decimal): -8991594 or 9882742. OLE color: 9882742.

HSL color Cylindrical-coordinate representation of color #76CC96: hue angle of 142.33º degrees, saturation: 0.46, 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 #76CC96 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB118204150-
CMYK0.4200.260.2
HSL142.33º45.74%63.14%-
HSV(B)142.33º42.16%80%-
XYZ34.5749.2436.54-
YUV172.13115.5189.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=25%
G=43.22%
B=31.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041500.4200.260.2142.3345.7463.14
Hex76CC962A01A148e2e3f
Octal16631422652032242165677
Binary111011011001100100101101010100110101010010001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,150); }

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

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

 a { background-color: rgb(118,204,150); }

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

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

 span { border-color: rgb(118,204,150); }

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