#1A7B78

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

Shades of Elm #1A7B78

Tints of Elm #1A7B78

Color information

#1A7B78 (or 0x1A7B78) is unknown color: approx Elm. HEX triplet: 1A, 7B and 78. RGB value is (26,123,120). Sum of RGB (Red+Green+Blue) = 26+123+120=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #1A7B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7B78 is #E58487. Grayscale: #5D5D5D. Windows color (decimal): -15041672 or 7895834. OLE color: 7895834.

HSL color Cylindrical-coordinate representation of color #1A7B78: hue angle of 178.14º 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 #1A7B78 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB26123120-
CMYK0.7900.020.52
HSL178.14º65.1%29.22%-
HSV(B)178.14º78.86%48.24%-
XYZ10.915.7420.23-
YUV93.66142.8679.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=9.67%
G=45.72%
B=44.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal261231200.7900.020.52178.1465.129.22
Hex1A7B784F0234b2411d
Octal32173170117026426210135
Binary1101011110111111000100111101011010010110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,123,120); }

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

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

 a { background-color: rgb(26,123,120); }

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

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

 span { border-color: rgb(26,123,120); }

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