Shades of Woodland #71793D
Tints of Woodland #71793D
RGB
CMYK
RGB Variations
Color information
#71793D (or 0x71793D) is known color: Woodland. HEX triplet: 71, 79 and 3D. RGB value is (113,121,61). Sum of RGB (Red+Green+Blue) = 113+121+61=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #71793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71793D is #8E86C2. Grayscale: #6F6F6F. Windows color (decimal): -9340611 or 4028785. OLE color: 4028785.
HSL color Cylindrical-coordinate representation of color #71793D: hue angle of 68º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71793D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 61 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.53 |
| HSL | 68º | 0.33% | 0.36% | - |
| HSV(B) | 68º | 0.5% | 0.47% | - |
| XYZ | 14.49 | 17.52 | 7.03 | - |
| YUV | 111.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 61 | 0.07 | 0 | 0.50 | 0.53 | 68 | 0.33 | 0.36 |
| Hex | 71 | 79 | 3D | 7 | 0 | 32 | 35 | 44 | 21 | 24 |
| Octal | 161 | 171 | 75 | 7 | 0 | 62 | 65 | 104 | 41 | 44 |
| Binary | 1110001 | 1111001 | 111101 | 111 | 0 | 110010 | 110101 | 1000100 | 100001 | 100100 |
Color Harmonies of #71793D
Complementary color
Monochromatic Colors of #71793D
Black with #71793D
Text Example
Text Example
White with #71793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71793D; }
p { color: rgb(113,121,61); }
H1.HeaderClassName
{
color: #71793D;
}
.AnyTagClassName
{
color: #71793D;
}
</style>
background-color css
<style>
a { background-color: #71793D; }
a { background-color: rgb(113,121,61); }
div.DivClassName
{
background-color: #71793D;
}
.BgClassName
{
background-color: #71793D;
}
</style>
border-color css
<style>
span { border-color: #71793D; }
span { border-color: rgb(113,121,61); }
td.TdClassName
{
border-color: #71793D;
}
.TagClassName
{
border-color: #71793D;
}
</style>