#1a7d74

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

Shades of Elm #1A7D74

Tints of Elm #1A7D74

Color information

#1A7D74 (or 0x1A7D74) is unknown color: approx Elm. HEX triplet: 1A, 7D and 74. RGB value is (26,125,116). Sum of RGB (Red+Green+Blue) = 26+125+116=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D74 is #E5828B. Grayscale: #5E5E5E. Windows color (decimal): -15041164 or 7634202. OLE color: 7634202.

HSL color Cylindrical-coordinate representation of color #1A7D74: hue angle of 174.55º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D74 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB26125116-
CMYK0.7900.070.51
HSL174.55º65.56%29.61%-
HSV(B)174.55º79.2%49.02%-
XYZ10.9116.1519.06-
YUV94.37140.279.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=9.74%
G=46.82%
B=43.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261251160.7900.070.51174.5565.5629.61
Hex1A7D744F0733af421e
Octal32175164117076325710236
Binary11010111110111101001001111011111001110101111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,125,116); }

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

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

 a { background-color: rgb(26,125,116); }

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

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

 span { border-color: rgb(26,125,116); }

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