Shades of Elm #1C756F
Tints of Elm #1C756F
RGB
CMYK
RGB Variations
Color information
#1C756F (or 0x1C756F) is known color: Elm. HEX triplet: 1C, 75 and 6F. RGB value is (28,117,111). Sum of RGB (Red+Green+Blue) = 28+117+111=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #1C756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C756F is #E38A90. Grayscale: #595959. Windows color (decimal): -14912145 or 7304476. OLE color: 7304476.
HSL color Cylindrical-coordinate representation of color #1C756F: hue angle of 175.96º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C756F is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 111 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.54 |
| HSL | 175.96º | 0.61% | 0.28% | - |
| HSV(B) | 175.96º | 0.76% | 0.46% | - |
| XYZ | 9.71 | 14.12 | 17.25 | - |
| YUV | 89.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 111 | 0.76 | 0 | 0.05 | 0.54 | 175.96 | 0.61 | 0.28 |
| Hex | 1C | 75 | 6F | 4C | 0 | 5 | 36 | B0 | 3D | 1C |
| Octal | 34 | 165 | 157 | 114 | 0 | 5 | 66 | 260 | 75 | 34 |
| Binary | 11100 | 1110101 | 1101111 | 1001100 | 0 | 101 | 110110 | 10110000 | 111101 | 11100 |
Color Harmonies of #1C756F
Complementary color
Monochromatic Colors of #1C756F
Black with #1C756F
Text Example
Text Example
White with #1C756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C756F; }
p { color: rgb(28,117,111); }
H1.HeaderClassName
{
color: #1C756F;
}
.AnyTagClassName
{
color: #1C756F;
}
</style>
background-color css
<style>
a { background-color: #1C756F; }
a { background-color: rgb(28,117,111); }
div.DivClassName
{
background-color: #1C756F;
}
.BgClassName
{
background-color: #1C756F;
}
</style>
border-color css
<style>
span { border-color: #1C756F; }
span { border-color: rgb(28,117,111); }
td.TdClassName
{
border-color: #1C756F;
}
.TagClassName
{
border-color: #1C756F;
}
</style>