Shades of Elm #1F756B
Tints of Elm #1F756B
RGB
CMYK
RGB Variations
Color information
#1F756B (or 0x1F756B) is known color: Elm. HEX triplet: 1F, 75 and 6B. RGB value is (31,117,107). Sum of RGB (Red+Green+Blue) = 31+117+107=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756B is #E08A94. Grayscale: #5A5A5A. Windows color (decimal): -14715541 or 7042335. OLE color: 7042335.
HSL color Cylindrical-coordinate representation of color #1F756B: hue angle of 173.02º 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 #1F756B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 107 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.54 |
| HSL | 173.02º | 0.58% | 0.29% | - |
| HSV(B) | 173.02º | 0.74% | 0.46% | - |
| XYZ | 9.58 | 14.08 | 16.12 | - |
| YUV | 90.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 107 | 0.74 | 0 | 0.09 | 0.54 | 173.02 | 0.58 | 0.29 |
| Hex | 1F | 75 | 6B | 4A | 0 | 9 | 36 | AD | 3A | 1D |
| Octal | 37 | 165 | 153 | 112 | 0 | 11 | 66 | 255 | 72 | 35 |
| Binary | 11111 | 1110101 | 1101011 | 1001010 | 0 | 1001 | 110110 | 10101101 | 111010 | 11101 |
Color Harmonies of #1F756B
Complementary color
Monochromatic Colors of #1F756B
Black with #1F756B
Text Example
Text Example
White with #1F756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F756B; }
p { color: rgb(31,117,107); }
H1.HeaderClassName
{
color: #1F756B;
}
.AnyTagClassName
{
color: #1F756B;
}
</style>
background-color css
<style>
a { background-color: #1F756B; }
a { background-color: rgb(31,117,107); }
div.DivClassName
{
background-color: #1F756B;
}
.BgClassName
{
background-color: #1F756B;
}
</style>
border-color css
<style>
span { border-color: #1F756B; }
span { border-color: rgb(31,117,107); }
td.TdClassName
{
border-color: #1F756B;
}
.TagClassName
{
border-color: #1F756B;
}
</style>