#75D092

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

Shades of Silver Tree #75D092

Tints of Silver Tree #75D092

Color information

#75D092 (or 0x75D092) is unknown color: approx Silver Tree. HEX triplet: 75, D0 and 92. RGB value is (117,208,146). Sum of RGB (Red+Green+Blue) = 117+208+146=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #75D092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D092 is #8A2F6D. Grayscale: #ADADAD. Windows color (decimal): -9056110 or 9621621. OLE color: 9621621.

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

Color convert

RGB117208146-
CMYK0.4400.300.18
HSL139.12º49.19%63.73%-
HSV(B)139.12º43.75%81.57%-
XYZ35.0850.9735.18-
YUV173.72112.3587.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=24.84%
G=44.16%
B=31.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081460.4400.300.18139.1249.1963.73
Hex75D0922C01E128b3140
Octal165320222540362221361100
Binary1110101110100001001001010110001111010010100010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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