#76CA8E

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

Shades of Silver Tree #76CA8E

Tints of Silver Tree #76CA8E

Color information

#76CA8E (or 0x76CA8E) is unknown color: approx Silver Tree. HEX triplet: 76, CA and 8E. RGB value is (118,202,142). Sum of RGB (Red+Green+Blue) = 118+202+142=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CA8E is #893571. Grayscale: #AAAAAA. Windows color (decimal): -8992114 or 9357942. OLE color: 9357942.

HSL color Cylindrical-coordinate representation of color #76CA8E: hue angle of 137.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA8E is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB118202142-
CMYK0.4200.300.21
HSL137.14º44.21%62.75%-
HSV(B)137.14º41.58%79.22%-
XYZ33.4748.0533.1-
YUV170.04112.1790.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=25.54%
G=43.72%
B=30.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021420.4200.300.21137.1444.2162.75
Hex76CA8E2A01E15892c3f
Octal16631221652036252115477
Binary111011011001010100011101010100111101010110001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,142); }

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

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

 a { background-color: rgb(118,202,142); }

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

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

 span { border-color: rgb(118,202,142); }

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