Shades of Jewel #1B6B4D
Tints of Jewel #1B6B4D
RGB
CMYK
RGB Variations
Color information
#1B6B4D (or 0x1B6B4D) is known color: Jewel. HEX triplet: 1B, 6B and 4D. RGB value is (27,107,77). Sum of RGB (Red+Green+Blue) = 27+107+77=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B4D is #E494B2. Grayscale: #4F4F4F. Windows color (decimal): -14980275 or 5073691. OLE color: 5073691.
HSL color Cylindrical-coordinate representation of color #1B6B4D: hue angle of 157.5º degrees, saturation: 0.6, 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 #1B6B4D is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 77 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.58 |
| HSL | 157.5º | 0.6% | 0.26% | - |
| HSV(B) | 157.5º | 0.75% | 0.42% | - |
| XYZ | 7.05 | 11.28 | 8.83 | - |
| YUV | 79.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 77 | 0.75 | 0 | 0.28 | 0.58 | 157.5 | 0.6 | 0.26 |
| Hex | 1B | 6B | 4D | 4B | 0 | 1C | 3A | 9E | 3C | 1A |
| Octal | 33 | 153 | 115 | 113 | 0 | 34 | 72 | 236 | 74 | 32 |
| Binary | 11011 | 1101011 | 1001101 | 1001011 | 0 | 11100 | 111010 | 10011110 | 111100 | 11010 |
Color Harmonies of #1B6B4D
Complementary color
Monochromatic Colors of #1B6B4D
Black with #1B6B4D
Text Example
Text Example
White with #1B6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B4D; }
p { color: rgb(27,107,77); }
H1.HeaderClassName
{
color: #1B6B4D;
}
.AnyTagClassName
{
color: #1B6B4D;
}
</style>
background-color css
<style>
a { background-color: #1B6B4D; }
a { background-color: rgb(27,107,77); }
div.DivClassName
{
background-color: #1B6B4D;
}
.BgClassName
{
background-color: #1B6B4D;
}
</style>
border-color css
<style>
span { border-color: #1B6B4D; }
span { border-color: rgb(27,107,77); }
td.TdClassName
{
border-color: #1B6B4D;
}
.TagClassName
{
border-color: #1B6B4D;
}
</style>