#75D29C

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

Shades of Silver Tree #75D29C

Tints of Silver Tree #75D29C

Color information

#75D29C (or 0x75D29C) is unknown color: approx Silver Tree. HEX triplet: 75, D2 and 9C. RGB value is (117,210,156). Sum of RGB (Red+Green+Blue) = 117+210+156=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #75D29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D29C is #8A2D63. Grayscale: #B0B0B0. Windows color (decimal): -9055588 or 10277493. OLE color: 10277493.

HSL color Cylindrical-coordinate representation of color #75D29C: hue angle of 145.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D29C is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB117210156-
CMYK0.4400.260.18
HSL145.16º50.82%64.12%-
HSV(B)145.16º44.29%82.35%-
XYZ36.3852.2839.63-
YUV176.04116.6985.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=24.22%
G=43.48%
B=32.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101560.4400.260.18145.1650.8264.12
Hex75D29C2C01A12913340
Octal165322234540322222163100
Binary1110101110100101001110010110001101010010100100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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