Shades of Jewel #1A6B4D
Tints of Jewel #1A6B4D
RGB
CMYK
RGB Variations
Color information
#1A6B4D (or 0x1A6B4D) is known color: Jewel. HEX triplet: 1A, 6B and 4D. RGB value is (26,107,77). Sum of RGB (Red+Green+Blue) = 26+107+77=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B4D is #E594B2. Grayscale: #4F4F4F. Windows color (decimal): -15045811 or 5073690. OLE color: 5073690.
HSL color Cylindrical-coordinate representation of color #1A6B4D: hue angle of 157.78º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6B4D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 107 | 77 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.58 |
| HSL | 157.78º | 0.61% | 0.26% | - |
| HSV(B) | 157.78º | 0.76% | 0.42% | - |
| XYZ | 7.02 | 11.27 | 8.83 | - |
| YUV | 79.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 77 | 0.76 | 0 | 0.28 | 0.58 | 157.78 | 0.61 | 0.26 |
| Hex | 1A | 6B | 4D | 4C | 0 | 1C | 3A | 9E | 3D | 1A |
| Octal | 32 | 153 | 115 | 114 | 0 | 34 | 72 | 236 | 75 | 32 |
| Binary | 11010 | 1101011 | 1001101 | 1001100 | 0 | 11100 | 111010 | 10011110 | 111101 | 11010 |
Color Harmonies of #1A6B4D
Complementary color
Monochromatic Colors of #1A6B4D
Black with #1A6B4D
Text Example
Text Example
White with #1A6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6B4D; }
p { color: rgb(26,107,77); }
H1.HeaderClassName
{
color: #1A6B4D;
}
.AnyTagClassName
{
color: #1A6B4D;
}
</style>
background-color css
<style>
a { background-color: #1A6B4D; }
a { background-color: rgb(26,107,77); }
div.DivClassName
{
background-color: #1A6B4D;
}
.BgClassName
{
background-color: #1A6B4D;
}
</style>
border-color css
<style>
span { border-color: #1A6B4D; }
span { border-color: rgb(26,107,77); }
td.TdClassName
{
border-color: #1A6B4D;
}
.TagClassName
{
border-color: #1A6B4D;
}
</style>