#1A7A72

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

Shades of Elm #1A7A72

Tints of Elm #1A7A72

Color information

#1A7A72 (or 0x1A7A72) is unknown color: approx Elm. HEX triplet: 1A, 7A and 72. RGB value is (26,122,114). Sum of RGB (Red+Green+Blue) = 26+122+114=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7A72 is #E5858D. Grayscale: #5C5C5C. Windows color (decimal): -15041934 or 7502362. OLE color: 7502362.

HSL color Cylindrical-coordinate representation of color #1A7A72: hue angle of 175º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7A72 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB26122114-
CMYK0.7900.070.52
HSL175º64.86%29.02%-
HSV(B)175º78.69%47.84%-
XYZ10.4215.3518.33-
YUV92.38140.280.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=9.92%
G=46.56%
B=43.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal261221140.7900.070.5217564.8629.02
Hex1A7A724F0734af411d
Octal32172162117076425710135
Binary11010111101011100101001111011111010010101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,114); }

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

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

 a { background-color: rgb(26,122,114); }

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

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

 span { border-color: rgb(26,122,114); }

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