#75D29A

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

Shades of Silver Tree #75D29A

Tints of Silver Tree #75D29A

Color information

#75D29A (or 0x75D29A) is unknown color: approx Silver Tree. HEX triplet: 75, D2 and 9A. RGB value is (117,210,154). Sum of RGB (Red+Green+Blue) = 117+210+154=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #75D29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D29A is #8A2D65. Grayscale: #AFAFAF. Windows color (decimal): -9055590 or 10146421. OLE color: 10146421.

HSL color Cylindrical-coordinate representation of color #75D29A: hue angle of 143.87º 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 #75D29A is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB117210154-
CMYK0.4400.270.18
HSL143.87º50.82%64.12%-
HSV(B)143.87º44.29%82.35%-
XYZ36.2252.2138.74-
YUV175.81115.6986.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=24.32%
G=43.66%
B=32.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101540.4400.270.18143.8750.8264.12
Hex75D29A2C01B12903340
Octal165322232540332222063100
Binary1110101110100101001101010110001101110010100100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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