#75D49C

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

Shades of Silver Tree #75D49C

Tints of Silver Tree #75D49C

Color information

#75D49C (or 0x75D49C) is unknown color: approx Silver Tree. HEX triplet: 75, D4 and 9C. RGB value is (117,212,156). Sum of RGB (Red+Green+Blue) = 117+212+156=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #75D49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D49C is #8A2B63. Grayscale: #B1B1B1. Windows color (decimal): -9055076 or 10278005. OLE color: 10278005.

HSL color Cylindrical-coordinate representation of color #75D49C: hue angle of 144.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D49C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB117212156-
CMYK0.4500.260.17
HSL144.63º52.49%64.51%-
HSV(B)144.63º44.81%83.14%-
XYZ36.8853.2739.79-
YUV177.21116.0385.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=24.12%
G=43.71%
B=32.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172121560.4500.260.17144.6352.4964.51
Hex75D49C2D01A11913441
Octal165324234550322122164101
Binary1110101110101001001110010110101101010001100100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D49C; }

 p { color: rgb(117,212,156); }

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

<style>
 a { background-color: #75D49C; }

 a { background-color: rgb(117,212,156); }

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

<style>
 span { border-color: #75D49C; }

 span { border-color: rgb(117,212,156); }

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