Shades of Woodland #70773E
Tints of Woodland #70773E
RGB
CMYK
RGB Variations
Color information
#70773E (or 0x70773E) is known color: Woodland. HEX triplet: 70, 77 and 3E. RGB value is (112,119,62). Sum of RGB (Red+Green+Blue) = 112+119+62=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #70773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70773E is #8F88C1. Grayscale: #6E6E6E. Windows color (decimal): -9406658 or 4093808. OLE color: 4093808.
HSL color Cylindrical-coordinate representation of color #70773E: hue angle of 67.37º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70773E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 62 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.53 |
| HSL | 67.37º | 0.31% | 0.35% | - |
| HSV(B) | 67.37º | 0.48% | 0.47% | - |
| XYZ | 14.15 | 16.99 | 7.09 | - |
| YUV | 110.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 62 | 0.06 | 0 | 0.48 | 0.53 | 67.37 | 0.31 | 0.35 |
| Hex | 70 | 77 | 3E | 6 | 0 | 30 | 35 | 43 | 1F | 23 |
| Octal | 160 | 167 | 76 | 6 | 0 | 60 | 65 | 103 | 37 | 43 |
| Binary | 1110000 | 1110111 | 111110 | 110 | 0 | 110000 | 110101 | 1000011 | 11111 | 100011 |
Color Harmonies of #70773E
Complementary color
Monochromatic Colors of #70773E
Black with #70773E
Text Example
Text Example
White with #70773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70773E; }
p { color: rgb(112,119,62); }
H1.HeaderClassName
{
color: #70773E;
}
.AnyTagClassName
{
color: #70773E;
}
</style>
background-color css
<style>
a { background-color: #70773E; }
a { background-color: rgb(112,119,62); }
div.DivClassName
{
background-color: #70773E;
}
.BgClassName
{
background-color: #70773E;
}
</style>
border-color css
<style>
span { border-color: #70773E; }
span { border-color: rgb(112,119,62); }
td.TdClassName
{
border-color: #70773E;
}
.TagClassName
{
border-color: #70773E;
}
</style>