#1A766E

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

Shades of Elm #1A766E

Tints of Elm #1A766E

Color information

#1A766E (or 0x1A766E) is unknown color: approx Elm. HEX triplet: 1A, 76 and 6E. RGB value is (26,118,110). Sum of RGB (Red+Green+Blue) = 26+118+110=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #1A766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A766E is #E58991. Grayscale: #595959. Windows color (decimal): -15042962 or 7239194. OLE color: 7239194.

HSL color Cylindrical-coordinate representation of color #1A766E: hue angle of 174.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A766E is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB26118110-
CMYK0.7800.070.54
HSL174.78º63.89%28.24%-
HSV(B)174.78º77.97%46.27%-
XYZ9.7214.317-
YUV89.58139.5282.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=10.24%
G=46.46%
B=43.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261181100.7800.070.54174.7863.8928.24
Hex1A766E4E0736af401c
Octal32166156116076625710034
Binary11010111011011011101001110011111011010101111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,110); }

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

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

 a { background-color: rgb(26,118,110); }

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

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

 span { border-color: rgb(26,118,110); }

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