Shades of Eden #1A6756
Tints of Eden #1A6756
RGB
CMYK
RGB Variations
Color information
#1A6756 (or 0x1A6756) is known color: 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
| RGB | 26 | 103 | 86 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.60 |
| HSL | 166.75º | 0.6% | 0.25% | - |
| HSV(B) | 166.75º | 0.75% | 0.4% | - |
| XYZ | 6.96 | 10.59 | 10.48 | - |
| YUV | 78.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 86 | 0.75 | 0 | 0.17 | 0.60 | 166.75 | 0.6 | 0.25 |
| Hex | 1A | 67 | 56 | 4B | 0 | 11 | 3C | A7 | 3C | 19 |
| Octal | 32 | 147 | 126 | 113 | 0 | 21 | 74 | 247 | 74 | 31 |
| Binary | 11010 | 1100111 | 1010110 | 1001011 | 0 | 10001 | 111100 | 10100111 | 111100 | 11001 |
Color Harmonies of #1A6756
Complementary color
Monochromatic Colors of #1A6756
Black with #1A6756
Text Example
Text Example
White with #1A6756
Text Example
Text Example
HTML Codes & Css Web 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>