Shades of Hemlock #6F723B
Tints of Hemlock #6F723B
RGB
CMYK
RGB Variations
Color information
#6F723B (or 0x6F723B) is known color: Hemlock. HEX triplet: 6F, 72 and 3B. RGB value is (111,114,59). Sum of RGB (Red+Green+Blue) = 111+114+59=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #6F723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F723B is #908DC4. Grayscale: #6B6B6B. Windows color (decimal): -9473477 or 3895919. OLE color: 3895919.
HSL color Cylindrical-coordinate representation of color #6F723B: hue angle of 63.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F723B is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 59 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.55 |
| HSL | 63.27º | 0.32% | 0.34% | - |
| HSV(B) | 63.27º | 0.48% | 0.45% | - |
| XYZ | 13.36 | 15.73 | 6.47 | - |
| YUV | 106.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 59 | 0.03 | 0 | 0.48 | 0.55 | 63.27 | 0.32 | 0.34 |
| Hex | 6F | 72 | 3B | 3 | 0 | 30 | 37 | 3F | 20 | 22 |
| Octal | 157 | 162 | 73 | 3 | 0 | 60 | 67 | 77 | 40 | 42 |
| Binary | 1101111 | 1110010 | 111011 | 11 | 0 | 110000 | 110111 | 111111 | 100000 | 100010 |
Color Harmonies of #6F723B
Complementary color
Monochromatic Colors of #6F723B
Black with #6F723B
Text Example
Text Example
White with #6F723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F723B; }
p { color: rgb(111,114,59); }
H1.HeaderClassName
{
color: #6F723B;
}
.AnyTagClassName
{
color: #6F723B;
}
</style>
background-color css
<style>
a { background-color: #6F723B; }
a { background-color: rgb(111,114,59); }
div.DivClassName
{
background-color: #6F723B;
}
.BgClassName
{
background-color: #6F723B;
}
</style>
border-color css
<style>
span { border-color: #6F723B; }
span { border-color: rgb(111,114,59); }
td.TdClassName
{
border-color: #6F723B;
}
.TagClassName
{
border-color: #6F723B;
}
</style>