#1A7C7A

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

Shades of Elm #1A7C7A

Tints of Elm #1A7C7A

Color information

#1A7C7A (or 0x1A7C7A) is unknown color: approx Elm. HEX triplet: 1A, 7C and 7A. RGB value is (26,124,122). Sum of RGB (Red+Green+Blue) = 26+124+122=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C7A is #E58385. Grayscale: #5E5E5E. Windows color (decimal): -15041414 or 8027162. OLE color: 8027162.

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

Color convert

RGB26124122-
CMYK0.7900.020.51
HSL178.78º65.33%29.41%-
HSV(B)178.78º79.03%48.63%-
XYZ11.1516.0420.92-
YUV94.47143.5379.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=9.56%
G=45.59%
B=44.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261241220.7900.020.51178.7865.3329.41
Hex1A7C7A4F0233b3411d
Octal32174172117026326310135
Binary1101011111001111010100111101011001110110011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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