#76C29B

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

Shades of Silver Tree #76C29B

Tints of Silver Tree #76C29B

Color information

#76C29B (or 0x76C29B) is unknown color: approx Silver Tree. HEX triplet: 76, C2 and 9B. RGB value is (118,194,155). Sum of RGB (Red+Green+Blue) = 118+194+155=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #76C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C29B is #893D64. Grayscale: #A6A6A6. Windows color (decimal): -8994149 or 10207862. OLE color: 10207862.

HSL color Cylindrical-coordinate representation of color #76C29B: hue angle of 149.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C29B is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB118194155-
CMYK0.3900.200.24
HSL149.21º38.38%61.18%-
HSV(B)149.21º39.18%76.08%-
XYZ32.6844.837.94-
YUV166.83121.3293.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=25.27%
G=41.54%
B=33.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181941550.3900.200.24149.2138.3861.18
Hex76C29B270141895263d
Octal16630223347024302254675
Binary111011011000010100110111001110101001100010010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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