Shades of Hemlock #71723F
Tints of Hemlock #71723F
RGB
CMYK
RGB Variations
Color information
#71723F (or 0x71723F) is known color: Hemlock. HEX triplet: 71, 72 and 3F. RGB value is (113,114,63). Sum of RGB (Red+Green+Blue) = 113+114+63=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #71723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71723F is #8E8DC0. Grayscale: #6C6C6C. Windows color (decimal): -9342401 or 4158065. OLE color: 4158065.
HSL color Cylindrical-coordinate representation of color #71723F: hue angle of 61.18º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71723F is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 63 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.55 |
| HSL | 61.18º | 0.29% | 0.35% | - |
| HSV(B) | 61.18º | 0.45% | 0.45% | - |
| XYZ | 13.72 | 15.9 | 7.05 | - |
| YUV | 107.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 63 | 0.01 | 0 | 0.45 | 0.55 | 61.18 | 0.29 | 0.35 |
| Hex | 71 | 72 | 3F | 1 | 0 | 2D | 37 | 3D | 1D | 23 |
| Octal | 161 | 162 | 77 | 1 | 0 | 55 | 67 | 75 | 35 | 43 |
| Binary | 1110001 | 1110010 | 111111 | 1 | 0 | 101101 | 110111 | 111101 | 11101 | 100011 |
Color Harmonies of #71723F
Complementary color
Monochromatic Colors of #71723F
Black with #71723F
Text Example
Text Example
White with #71723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71723F; }
p { color: rgb(113,114,63); }
H1.HeaderClassName
{
color: #71723F;
}
.AnyTagClassName
{
color: #71723F;
}
</style>
background-color css
<style>
a { background-color: #71723F; }
a { background-color: rgb(113,114,63); }
div.DivClassName
{
background-color: #71723F;
}
.BgClassName
{
background-color: #71723F;
}
</style>
border-color css
<style>
span { border-color: #71723F; }
span { border-color: rgb(113,114,63); }
td.TdClassName
{
border-color: #71723F;
}
.TagClassName
{
border-color: #71723F;
}
</style>