Shades of Elm #1B756D
Tints of Elm #1B756D
RGB
CMYK
RGB Variations
Color information
#1B756D (or 0x1B756D) is known color: Elm. HEX triplet: 1B, 75 and 6D. RGB value is (27,117,109). Sum of RGB (Red+Green+Blue) = 27+117+109=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #1B756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B756D is #E48A92. Grayscale: #595959. Windows color (decimal): -14977683 or 7173403. OLE color: 7173403.
HSL color Cylindrical-coordinate representation of color #1B756D: hue angle of 174.67º 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 #1B756D is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 109 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.54 |
| HSL | 174.67º | 0.63% | 0.28% | - |
| HSV(B) | 174.67º | 0.77% | 0.46% | - |
| XYZ | 9.57 | 14.06 | 16.68 | - |
| YUV | 89.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 109 | 0.77 | 0 | 0.07 | 0.54 | 174.67 | 0.63 | 0.28 |
| Hex | 1B | 75 | 6D | 4D | 0 | 7 | 36 | AF | 3E | 1C |
| Octal | 33 | 165 | 155 | 115 | 0 | 7 | 66 | 257 | 76 | 34 |
| Binary | 11011 | 1110101 | 1101101 | 1001101 | 0 | 111 | 110110 | 10101111 | 111110 | 11100 |
Color Harmonies of #1B756D
Complementary color
Monochromatic Colors of #1B756D
Black with #1B756D
Text Example
Text Example
White with #1B756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B756D; }
p { color: rgb(27,117,109); }
H1.HeaderClassName
{
color: #1B756D;
}
.AnyTagClassName
{
color: #1B756D;
}
</style>
background-color css
<style>
a { background-color: #1B756D; }
a { background-color: rgb(27,117,109); }
div.DivClassName
{
background-color: #1B756D;
}
.BgClassName
{
background-color: #1B756D;
}
</style>
border-color css
<style>
span { border-color: #1B756D; }
span { border-color: rgb(27,117,109); }
td.TdClassName
{
border-color: #1B756D;
}
.TagClassName
{
border-color: #1B756D;
}
</style>