Shades of Hemlock #717247
Tints of Hemlock #717247
RGB
CMYK
RGB Variations
Color information
#717247 (or 0x717247) is known color: Hemlock. HEX triplet: 71, 72 and 47. RGB value is (113,114,71). Sum of RGB (Red+Green+Blue) = 113+114+71=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #717247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717247 is #8E8DB8. Grayscale: #6C6C6C. Windows color (decimal): -9342393 or 4682353. OLE color: 4682353.
HSL color Cylindrical-coordinate representation of color #717247: hue angle of 61.4º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #717247 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 71 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.55 |
| HSL | 61.4º | 0.23% | 0.36% | - |
| HSV(B) | 61.4º | 0.38% | 0.45% | - |
| XYZ | 13.96 | 16 | 8.31 | - |
| YUV | 108.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 71 | 0.01 | 0 | 0.38 | 0.55 | 61.4 | 0.23 | 0.36 |
| Hex | 71 | 72 | 47 | 1 | 0 | 26 | 37 | 3D | 17 | 24 |
| Octal | 161 | 162 | 107 | 1 | 0 | 46 | 67 | 75 | 27 | 44 |
| Binary | 1110001 | 1110010 | 1000111 | 1 | 0 | 100110 | 110111 | 111101 | 10111 | 100100 |
Color Harmonies of #717247
Complementary color
Monochromatic Colors of #717247
Black with #717247
Text Example
Text Example
White with #717247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717247; }
p { color: rgb(113,114,71); }
H1.HeaderClassName
{
color: #717247;
}
.AnyTagClassName
{
color: #717247;
}
</style>
background-color css
<style>
a { background-color: #717247; }
a { background-color: rgb(113,114,71); }
div.DivClassName
{
background-color: #717247;
}
.BgClassName
{
background-color: #717247;
}
</style>
border-color css
<style>
span { border-color: #717247; }
span { border-color: rgb(113,114,71); }
td.TdClassName
{
border-color: #717247;
}
.TagClassName
{
border-color: #717247;
}
</style>