#76D995

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

Shades of Silver Tree #76D995

Tints of Silver Tree #76D995

Color information

#76D995 (or 0x76D995) is unknown color: approx Silver Tree. HEX triplet: 76, D9 and 95. RGB value is (118,217,149). Sum of RGB (Red+Green+Blue) = 118+217+149=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #76D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D995 is #89266A. Grayscale: #B3B3B3. Windows color (decimal): -8988267 or 9820534. OLE color: 9820534.

HSL color Cylindrical-coordinate representation of color #76D995: hue angle of 138.79º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D995 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB118217149-
CMYK0.4600.310.15
HSL138.79º56.57%65.69%-
HSV(B)138.79º45.62%85.1%-
XYZ37.7155.6537.19-
YUV179.65110.784.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=24.38%
G=44.83%
B=30.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171490.4600.310.15138.7956.5765.69
Hex76D9952E01FF8b3942
Octal166331225560371721371102
Binary111011011011001100101011011100111111111100010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,149); }

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

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

 a { background-color: rgb(118,217,149); }

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

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

 span { border-color: rgb(118,217,149); }

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