#1A6756

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

Shades of Eden #1A6756

Tints of Eden #1A6756

Color information

#1A6756 (or 0x1A6756) is unknown color: approx Eden. HEX triplet: 1A, 67 and 56. RGB value is (26,103,86). Sum of RGB (Red+Green+Blue) = 26+103+86=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6756 is #E598A9. Grayscale: #4E4E4E. Windows color (decimal): -15046826 or 5662490. OLE color: 5662490.

HSL color Cylindrical-coordinate representation of color #1A6756: hue angle of 166.75º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6756 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB2610386-
CMYK0.7500.170.60
HSL166.75º59.69%25.29%-
HSV(B)166.75º74.76%40.39%-
XYZ6.9610.5910.48-
YUV78.04132.4990.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 86 (33.98% from 255) = 40%
R=12.09%
G=47.91%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103860.7500.170.60166.7559.6925.29
Hex1A67564B0113Ca73c19
Octal32147126113021742477431
Binary110101100111101011010010110100011111001010011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,86); }

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

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

 a { background-color: rgb(26,103,86); }

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

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

 span { border-color: rgb(26,103,86); }

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