#76CD8F

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

Shades of Silver Tree #76CD8F

Tints of Silver Tree #76CD8F

Color information

#76CD8F (or 0x76CD8F) is unknown color: approx Silver Tree. HEX triplet: 76, CD and 8F. RGB value is (118,205,143). Sum of RGB (Red+Green+Blue) = 118+205+143=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CD8F is #893270. Grayscale: #ACACAC. Windows color (decimal): -8991345 or 9424246. OLE color: 9424246.

HSL color Cylindrical-coordinate representation of color #76CD8F: hue angle of 137.24º degrees, saturation: 0.47, 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 #76CD8F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB118205143-
CMYK0.4200.300.20
HSL137.24º46.52%63.33%-
HSV(B)137.24º42.44%80.39%-
XYZ34.2649.533.73-
YUV171.92111.6889.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=25.32%
G=43.99%
B=30.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051430.4200.300.20137.2446.5263.33
Hex76CD8F2A01E14892f3f
Octal16631521752036242115777
Binary111011011001101100011111010100111101010010001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,143); }

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

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

 a { background-color: rgb(118,205,143); }

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

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

 span { border-color: rgb(118,205,143); }

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