Shades of Jewel #1B6A4D
Tints of Jewel #1B6A4D
RGB
CMYK
RGB Variations
Color information
#1B6A4D (or 0x1B6A4D) is known color: Jewel. HEX triplet: 1B, 6A and 4D. RGB value is (27,106,77). Sum of RGB (Red+Green+Blue) = 27+106+77=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A4D is #E495B2. Grayscale: #4F4F4F. Windows color (decimal): -14980531 or 5073435. OLE color: 5073435.
HSL color Cylindrical-coordinate representation of color #1B6A4D: hue angle of 157.97º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A4D is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 106 | 77 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.58 |
| HSL | 157.97º | 0.59% | 0.26% | - |
| HSV(B) | 157.97º | 0.75% | 0.42% | - |
| XYZ | 6.95 | 11.08 | 8.79 | - |
| YUV | 79.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 77 | 0.75 | 0 | 0.27 | 0.58 | 157.97 | 0.59 | 0.26 |
| Hex | 1B | 6A | 4D | 4B | 0 | 1B | 3A | 9E | 3B | 1A |
| Octal | 33 | 152 | 115 | 113 | 0 | 33 | 72 | 236 | 73 | 32 |
| Binary | 11011 | 1101010 | 1001101 | 1001011 | 0 | 11011 | 111010 | 10011110 | 111011 | 11010 |
Color Harmonies of #1B6A4D
Complementary color
Monochromatic Colors of #1B6A4D
Black with #1B6A4D
Text Example
Text Example
White with #1B6A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6A4D; }
p { color: rgb(27,106,77); }
H1.HeaderClassName
{
color: #1B6A4D;
}
.AnyTagClassName
{
color: #1B6A4D;
}
</style>
background-color css
<style>
a { background-color: #1B6A4D; }
a { background-color: rgb(27,106,77); }
div.DivClassName
{
background-color: #1B6A4D;
}
.BgClassName
{
background-color: #1B6A4D;
}
</style>
border-color css
<style>
span { border-color: #1B6A4D; }
span { border-color: rgb(27,106,77); }
td.TdClassName
{
border-color: #1B6A4D;
}
.TagClassName
{
border-color: #1B6A4D;
}
</style>