Shades of Elm #1B7C71
Tints of Elm #1B7C71
RGB
CMYK
RGB Variations
Color information
#1B7C71 (or 0x1B7C71) is known color: Elm. HEX triplet: 1B, 7C and 71. RGB value is (27,124,113). Sum of RGB (Red+Green+Blue) = 27+124+113=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #1B7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7C71 is #E4838E. Grayscale: #5D5D5D. Windows color (decimal): -14975887 or 7437339. OLE color: 7437339.
HSL color Cylindrical-coordinate representation of color #1B7C71: hue angle of 173.2º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7C71 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 124 | 113 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.51 |
| HSL | 173.2º | 0.64% | 0.3% | - |
| HSV(B) | 173.2º | 0.78% | 0.49% | - |
| XYZ | 10.64 | 15.84 | 18.12 | - |
| YUV | 93.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 113 | 0.78 | 0 | 0.09 | 0.51 | 173.2 | 0.64 | 0.3 |
| Hex | 1B | 7C | 71 | 4E | 0 | 9 | 33 | AD | 40 | 1E |
| Octal | 33 | 174 | 161 | 116 | 0 | 11 | 63 | 255 | 100 | 36 |
| Binary | 11011 | 1111100 | 1110001 | 1001110 | 0 | 1001 | 110011 | 10101101 | 1000000 | 11110 |
Color Harmonies of #1B7C71
Complementary color
Monochromatic Colors of #1B7C71
Black with #1B7C71
Text Example
Text Example
White with #1B7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7C71; }
p { color: rgb(27,124,113); }
H1.HeaderClassName
{
color: #1B7C71;
}
.AnyTagClassName
{
color: #1B7C71;
}
</style>
background-color css
<style>
a { background-color: #1B7C71; }
a { background-color: rgb(27,124,113); }
div.DivClassName
{
background-color: #1B7C71;
}
.BgClassName
{
background-color: #1B7C71;
}
</style>
border-color css
<style>
span { border-color: #1B7C71; }
span { border-color: rgb(27,124,113); }
td.TdClassName
{
border-color: #1B7C71;
}
.TagClassName
{
border-color: #1B7C71;
}
</style>