#1E766F

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

Shades of Elm #1E766F

Tints of Elm #1E766F

Color information

#1E766F (or 0x1E766F) is unknown color: approx Elm. HEX triplet: 1E, 76 and 6F. RGB value is (30,118,111). Sum of RGB (Red+Green+Blue) = 30+118+111=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #1E766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E766F is #E18990. Grayscale: #5A5A5A. Windows color (decimal): -14780817 or 7304734. OLE color: 7304734.

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

Color convert

RGB30118111-
CMYK0.7500.060.54
HSL175.23º59.46%29.02%-
HSV(B)175.23º74.58%46.27%-
XYZ9.8814.3817.29-
YUV90.89139.3584.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=11.58%
G=45.56%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301181110.7500.060.54175.2359.4629.02
Hex1E766F4B0636af3b1d
Octal3616615711306662577335
Binary1111011101101101111100101101101101101010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,118,111); }

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

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

 a { background-color: rgb(30,118,111); }

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

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

 span { border-color: rgb(30,118,111); }

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