Shades of Elm #1B756F
Tints of Elm #1B756F
RGB
CMYK
RGB Variations
Color information
#1B756F (or 0x1B756F) is known color: Elm. HEX triplet: 1B, 75 and 6F. RGB value is (27,117,111). Sum of RGB (Red+Green+Blue) = 27+117+111=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #1B756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B756F is #E48A90. Grayscale: #595959. Windows color (decimal): -14977681 or 7304475. OLE color: 7304475.
HSL color Cylindrical-coordinate representation of color #1B756F: hue angle of 176º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B756F is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 111 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.54 |
| HSL | 176º | 0.63% | 0.28% | - |
| HSV(B) | 176º | 0.77% | 0.46% | - |
| XYZ | 9.68 | 14.1 | 17.25 | - |
| YUV | 89.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 111 | 0.77 | 0 | 0.05 | 0.54 | 176 | 0.63 | 0.28 |
| Hex | 1B | 75 | 6F | 4D | 0 | 5 | 36 | B0 | 3E | 1C |
| Octal | 33 | 165 | 157 | 115 | 0 | 5 | 66 | 260 | 76 | 34 |
| Binary | 11011 | 1110101 | 1101111 | 1001101 | 0 | 101 | 110110 | 10110000 | 111110 | 11100 |
Color Harmonies of #1B756F
Complementary color
Monochromatic Colors of #1B756F
Black with #1B756F
Text Example
Text Example
White with #1B756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B756F; }
p { color: rgb(27,117,111); }
H1.HeaderClassName
{
color: #1B756F;
}
.AnyTagClassName
{
color: #1B756F;
}
</style>
background-color css
<style>
a { background-color: #1B756F; }
a { background-color: rgb(27,117,111); }
div.DivClassName
{
background-color: #1B756F;
}
.BgClassName
{
background-color: #1B756F;
}
</style>
border-color css
<style>
span { border-color: #1B756F; }
span { border-color: rgb(27,117,111); }
td.TdClassName
{
border-color: #1B756F;
}
.TagClassName
{
border-color: #1B756F;
}
</style>