#1A6755

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

Shades of Eden #1A6755

Tints of Eden #1A6755

Color information

#1A6755 (or 0x1A6755) is unknown color: approx Eden. HEX triplet: 1A, 67 and 55. RGB value is (26,103,85). Sum of RGB (Red+Green+Blue) = 26+103+85=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6755 is #E598AA. Grayscale: #4D4D4D. Windows color (decimal): -15046827 or 5596954. OLE color: 5596954.

HSL color Cylindrical-coordinate representation of color #1A6755: hue angle of 165.97º 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 #1A6755 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB2610385-
CMYK0.7500.170.60
HSL165.97º59.69%25.29%-
HSV(B)165.97º74.76%40.39%-
XYZ6.9210.5810.27-
YUV77.92131.9990.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=12.15%
G=48.13%
B=39.72%

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
Decimal26103850.7500.170.60165.9759.6925.29
Hex1A67554B0113Ca63c19
Octal32147125113021742467431
Binary110101100111101010110010110100011111001010011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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