Shades of Elm #1F756E
Tints of Elm #1F756E
RGB
CMYK
RGB Variations
Color information
#1F756E (or 0x1F756E) is known color: Elm. HEX triplet: 1F, 75 and 6E. RGB value is (31,117,110). Sum of RGB (Red+Green+Blue) = 31+117+110=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756E is #E08A91. Grayscale: #5A5A5A. Windows color (decimal): -14715538 or 7238943. OLE color: 7238943.
HSL color Cylindrical-coordinate representation of color #1F756E: hue angle of 175.12º 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 #1F756E is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 110 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.54 |
| HSL | 175.12º | 0.58% | 0.29% | - |
| HSV(B) | 175.12º | 0.74% | 0.46% | - |
| XYZ | 9.74 | 14.14 | 16.97 | - |
| YUV | 90.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 110 | 0.74 | 0 | 0.06 | 0.54 | 175.12 | 0.58 | 0.29 |
| Hex | 1F | 75 | 6E | 4A | 0 | 6 | 36 | AF | 3A | 1D |
| Octal | 37 | 165 | 156 | 112 | 0 | 6 | 66 | 257 | 72 | 35 |
| Binary | 11111 | 1110101 | 1101110 | 1001010 | 0 | 110 | 110110 | 10101111 | 111010 | 11101 |
Color Harmonies of #1F756E
Complementary color
Monochromatic Colors of #1F756E
Black with #1F756E
Text Example
Text Example
White with #1F756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F756E; }
p { color: rgb(31,117,110); }
H1.HeaderClassName
{
color: #1F756E;
}
.AnyTagClassName
{
color: #1F756E;
}
</style>
background-color css
<style>
a { background-color: #1F756E; }
a { background-color: rgb(31,117,110); }
div.DivClassName
{
background-color: #1F756E;
}
.BgClassName
{
background-color: #1F756E;
}
</style>
border-color css
<style>
span { border-color: #1F756E; }
span { border-color: rgb(31,117,110); }
td.TdClassName
{
border-color: #1F756E;
}
.TagClassName
{
border-color: #1F756E;
}
</style>