#1E756E

Color #1E756E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1E756E

Tints of Elm #1E756E

Color information

#1E756E (or 0x1E756E) is unknown color: approx Elm. HEX triplet: 1E, 75 and 6E. RGB value is (30,117,110). Sum of RGB (Red+Green+Blue) = 30+117+110=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #1E756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E756E is #E18A91. Grayscale: #5A5A5A. Windows color (decimal): -14781074 or 7238942. OLE color: 7238942.

HSL color Cylindrical-coordinate representation of color #1E756E: hue angle of 175.17º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E756E is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB30117110-
CMYK0.7400.060.54
HSL175.17º59.18%28.82%-
HSV(B)175.17º74.36%45.88%-
XYZ9.7114.1216.97-
YUV90.19139.1885.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=11.67%
G=45.53%
B=42.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301171100.7400.060.54175.1759.1828.82
Hex1E756E4A0636af3b1d
Octal3616515611206662577335
Binary1111011101011101110100101001101101101010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E756E; }

 p { color: rgb(30,117,110); }

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

<style>
 a { background-color: #1E756E; }

 a { background-color: rgb(30,117,110); }

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

<style>
 span { border-color: #1E756E; }

 span { border-color: rgb(30,117,110); }

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