Shades of Hemlock #71723D
Tints of Hemlock #71723D
RGB
CMYK
RGB Variations
Color information
#71723D (or 0x71723D) is known color: Hemlock. HEX triplet: 71, 72 and 3D. RGB value is (113,114,61). Sum of RGB (Red+Green+Blue) = 113+114+61=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #71723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71723D is #8E8DC2. Grayscale: #6B6B6B. Windows color (decimal): -9342403 or 4026993. OLE color: 4026993.
HSL color Cylindrical-coordinate representation of color #71723D: hue angle of 61.13º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71723D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 61 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.55 |
| HSL | 61.13º | 0.3% | 0.34% | - |
| HSV(B) | 61.13º | 0.46% | 0.45% | - |
| XYZ | 13.67 | 15.88 | 6.76 | - |
| YUV | 107.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 61 | 0.01 | 0 | 0.46 | 0.55 | 61.13 | 0.3 | 0.34 |
| Hex | 71 | 72 | 3D | 1 | 0 | 2E | 37 | 3D | 1E | 22 |
| Octal | 161 | 162 | 75 | 1 | 0 | 56 | 67 | 75 | 36 | 42 |
| Binary | 1110001 | 1110010 | 111101 | 1 | 0 | 101110 | 110111 | 111101 | 11110 | 100010 |
Color Harmonies of #71723D
Complementary color
Monochromatic Colors of #71723D
Black with #71723D
Text Example
Text Example
White with #71723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71723D; }
p { color: rgb(113,114,61); }
H1.HeaderClassName
{
color: #71723D;
}
.AnyTagClassName
{
color: #71723D;
}
</style>
background-color css
<style>
a { background-color: #71723D; }
a { background-color: rgb(113,114,61); }
div.DivClassName
{
background-color: #71723D;
}
.BgClassName
{
background-color: #71723D;
}
</style>
border-color css
<style>
span { border-color: #71723D; }
span { border-color: rgb(113,114,61); }
td.TdClassName
{
border-color: #71723D;
}
.TagClassName
{
border-color: #71723D;
}
</style>