Shades of Woodland #5E6742
Tints of Woodland #5E6742
RGB
CMYK
RGB Variations
Color information
#5E6742 (or 0x5E6742) is known color: Woodland. HEX triplet: 5E, 67 and 42. RGB value is (94,103,66). Sum of RGB (Red+Green+Blue) = 94+103+66=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6742 is #A198BD. Grayscale: #606060. Windows color (decimal): -10590398 or 4351838. OLE color: 4351838.
HSL color Cylindrical-coordinate representation of color #5E6742: hue angle of 74.59º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6742 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 66 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.60 |
| HSL | 74.59º | 0.22% | 0.33% | - |
| HSV(B) | 74.59º | 0.36% | 0.4% | - |
| XYZ | 10.45 | 12.47 | 7.01 | - |
| YUV | 96.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 66 | 0.09 | 0 | 0.36 | 0.60 | 74.59 | 0.22 | 0.33 |
| Hex | 5E | 67 | 42 | 9 | 0 | 24 | 3C | 4B | 16 | 21 |
| Octal | 136 | 147 | 102 | 11 | 0 | 44 | 74 | 113 | 26 | 41 |
| Binary | 1011110 | 1100111 | 1000010 | 1001 | 0 | 100100 | 111100 | 1001011 | 10110 | 100001 |
Color Harmonies of #5E6742
Complementary color
Monochromatic Colors of #5E6742
Black with #5E6742
Text Example
Text Example
White with #5E6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6742; }
p { color: rgb(94,103,66); }
H1.HeaderClassName
{
color: #5E6742;
}
.AnyTagClassName
{
color: #5E6742;
}
</style>
background-color css
<style>
a { background-color: #5E6742; }
a { background-color: rgb(94,103,66); }
div.DivClassName
{
background-color: #5E6742;
}
.BgClassName
{
background-color: #5E6742;
}
</style>
border-color css
<style>
span { border-color: #5E6742; }
span { border-color: rgb(94,103,66); }
td.TdClassName
{
border-color: #5E6742;
}
.TagClassName
{
border-color: #5E6742;
}
</style>