#76D69B

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

Shades of Silver Tree #76D69B

Tints of Silver Tree #76D69B

Color information

#76D69B (or 0x76D69B) is unknown color: approx Silver Tree. HEX triplet: 76, D6 and 9B. RGB value is (118,214,155). Sum of RGB (Red+Green+Blue) = 118+214+155=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #76D69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D69B is #892964. Grayscale: #B2B2B2. Windows color (decimal): -8989029 or 10212982. OLE color: 10212982.

HSL color Cylindrical-coordinate representation of color #76D69B: hue angle of 143.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D69B is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB118214155-
CMYK0.4500.280.16
HSL143.12º53.93%65.1%-
HSV(B)143.12º44.86%83.92%-
XYZ37.4354.3139.52-
YUV178.57114.784.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=24.23%
G=43.94%
B=31.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141550.4500.280.16143.1253.9365.1
Hex76D69B2D01C108f3641
Octal166326233550342021766101
Binary1110110110101101001101110110101110010000100011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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