#76CD92

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

Shades of Silver Tree #76CD92

Tints of Silver Tree #76CD92

Color information

#76CD92 (or 0x76CD92) is unknown color: approx Silver Tree. HEX triplet: 76, CD and 92. RGB value is (118,205,146). Sum of RGB (Red+Green+Blue) = 118+205+146=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CD92 is #89326D. Grayscale: #ACACAC. Windows color (decimal): -8991342 or 9620854. OLE color: 9620854.

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

Color convert

RGB118205146-
CMYK0.4200.290.20
HSL139.31º46.52%63.33%-
HSV(B)139.31º42.44%80.39%-
XYZ34.4949.5934.95-
YUV172.26113.1889.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=25.16%
G=43.71%
B=31.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051460.4200.290.20139.3146.5263.33
Hex76CD922A01D148b2f3f
Octal16631522252035242135777
Binary111011011001101100100101010100111011010010001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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