#75D595

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

Shades of Silver Tree #75D595

Tints of Silver Tree #75D595

Color information

#75D595 (or 0x75D595) is unknown color: approx Silver Tree. HEX triplet: 75, D5 and 95. RGB value is (117,213,149). Sum of RGB (Red+Green+Blue) = 117+213+149=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #75D595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D595 is #8A2A6A. Grayscale: #B1B1B1. Windows color (decimal): -9054827 or 9819509. OLE color: 9819509.

HSL color Cylindrical-coordinate representation of color #75D595: hue angle of 140º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D595 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB117213149-
CMYK0.4500.300.16
HSL140º53.33%64.71%-
HSV(B)140º45.07%83.53%-
XYZ36.5653.5436.84-
YUV177112.285.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=24.43%
G=44.47%
B=31.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131490.4500.300.1614053.3364.71
Hex75D5952D01E108c3541
Octal165325225550362021465101
Binary1110101110101011001010110110101111010000100011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,149); }

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

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

 a { background-color: rgb(117,213,149); }

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

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

 span { border-color: rgb(117,213,149); }

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