#76CD94

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

Shades of Silver Tree #76CD94

Tints of Silver Tree #76CD94

Color information

#76CD94 (or 0x76CD94) is unknown color: approx Silver Tree. HEX triplet: 76, CD and 94. RGB value is (118,205,148). Sum of RGB (Red+Green+Blue) = 118+205+148=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CD94 is #89326B. Grayscale: #ACACAC. Windows color (decimal): -8991340 or 9751926. OLE color: 9751926.

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

Color convert

RGB118205148-
CMYK0.4200.280.20
HSL140.69º46.52%63.33%-
HSV(B)140.69º42.44%80.39%-
XYZ34.6549.6535.77-
YUV172.49114.1889.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=25.05%
G=43.52%
B=31.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051480.4200.280.20140.6946.5263.33
Hex76CD942A01C148d2f3f
Octal16631522452034242155777
Binary111011011001101100101001010100111001010010001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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