#75C191

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

Shades of Silver Tree #75C191

Tints of Silver Tree #75C191

Color information

#75C191 (or 0x75C191) is unknown color: approx Silver Tree. HEX triplet: 75, C1 and 91. RGB value is (117,193,145). Sum of RGB (Red+Green+Blue) = 117+193+145=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #75C191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C191 is #8A3E6E. Grayscale: #A4A4A4. Windows color (decimal): -9059951 or 9552245. OLE color: 9552245.

HSL color Cylindrical-coordinate representation of color #75C191: hue angle of 142.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C191 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB117193145-
CMYK0.3900.250.24
HSL142.11º38%60.78%-
HSV(B)142.11º39.38%75.69%-
XYZ31.5243.9733.61-
YUV164.8116.8293.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=25.71%
G=42.42%
B=31.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931450.3900.250.24142.113860.78
Hex75C19127019188e263d
Octal16530122147031302164675
Binary111010111000001100100011001110110011100010001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,145); }

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

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

 a { background-color: rgb(117,193,145); }

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

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

 span { border-color: rgb(117,193,145); }

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