#1A7F79

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

Shades of Elm #1A7F79

Tints of Elm #1A7F79

Color information

#1A7F79 (or 0x1A7F79) is unknown color: approx Elm. HEX triplet: 1A, 7F and 79. RGB value is (26,127,121). Sum of RGB (Red+Green+Blue) = 26+127+121=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7F79 is #E58086. Grayscale: #606060. Windows color (decimal): -15040647 or 7962394. OLE color: 7962394.

HSL color Cylindrical-coordinate representation of color #1A7F79: hue angle of 176.44º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F79 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB26127121-
CMYK0.8000.050.50
HSL176.44º66.01%30%-
HSV(B)176.44º79.53%49.8%-
XYZ11.4716.7820.72-
YUV96.12142.0477.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=9.49%
G=46.35%
B=44.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261271210.8000.050.50176.4466.0130
Hex1A7F79500532b0421e
Octal32177171120056226010236
Binary11010111111111110011010000010111001010110000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,121); }

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

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

 a { background-color: rgb(26,127,121); }

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

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

 span { border-color: rgb(26,127,121); }

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