#75D096

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

Shades of Silver Tree #75D096

Tints of Silver Tree #75D096

Color information

#75D096 (or 0x75D096) is unknown color: approx Silver Tree. HEX triplet: 75, D0 and 96. RGB value is (117,208,150). Sum of RGB (Red+Green+Blue) = 117+208+150=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #75D096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D096 is #8A2F69. Grayscale: #AEAEAE. Windows color (decimal): -9056106 or 9883765. OLE color: 9883765.

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

Color convert

RGB117208150-
CMYK0.4400.280.18
HSL141.76º49.19%63.73%-
HSV(B)141.76º43.75%81.57%-
XYZ35.451.136.85-
YUV174.18114.3587.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=24.63%
G=43.79%
B=31.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081500.4400.280.18141.7649.1963.73
Hex75D0962C01C128e3140
Octal165320226540342221661100
Binary1110101110100001001011010110001110010010100011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,150); }

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

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

 a { background-color: rgb(117,208,150); }

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

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

 span { border-color: rgb(117,208,150); }

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