Shades of Elm #1F756C
Tints of Elm #1F756C
RGB
CMYK
RGB Variations
Color information
#1F756C (or 0x1F756C) is known color: Elm. HEX triplet: 1F, 75 and 6C. RGB value is (31,117,108). Sum of RGB (Red+Green+Blue) = 31+117+108=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756C is #E08A93. Grayscale: #5A5A5A. Windows color (decimal): -14715540 or 7107871. OLE color: 7107871.
HSL color Cylindrical-coordinate representation of color #1F756C: hue angle of 173.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F756C is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 108 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.54 |
| HSL | 173.72º | 0.58% | 0.29% | - |
| HSV(B) | 173.72º | 0.74% | 0.46% | - |
| XYZ | 9.63 | 14.1 | 16.4 | - |
| YUV | 90.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 108 | 0.74 | 0 | 0.08 | 0.54 | 173.72 | 0.58 | 0.29 |
| Hex | 1F | 75 | 6C | 4A | 0 | 8 | 36 | AE | 3A | 1D |
| Octal | 37 | 165 | 154 | 112 | 0 | 10 | 66 | 256 | 72 | 35 |
| Binary | 11111 | 1110101 | 1101100 | 1001010 | 0 | 1000 | 110110 | 10101110 | 111010 | 11101 |
Color Harmonies of #1F756C
Complementary color
Monochromatic Colors of #1F756C
Black with #1F756C
Text Example
Text Example
White with #1F756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F756C; }
p { color: rgb(31,117,108); }
H1.HeaderClassName
{
color: #1F756C;
}
.AnyTagClassName
{
color: #1F756C;
}
</style>
background-color css
<style>
a { background-color: #1F756C; }
a { background-color: rgb(31,117,108); }
div.DivClassName
{
background-color: #1F756C;
}
.BgClassName
{
background-color: #1F756C;
}
</style>
border-color css
<style>
span { border-color: #1F756C; }
span { border-color: rgb(31,117,108); }
td.TdClassName
{
border-color: #1F756C;
}
.TagClassName
{
border-color: #1F756C;
}
</style>