Shades of Woodland #67703C
Tints of Woodland #67703C
RGB
CMYK
RGB Variations
Color information
#67703C (or 0x67703C) is known color: Woodland. HEX triplet: 67, 70 and 3C. RGB value is (103,112,60). Sum of RGB (Red+Green+Blue) = 103+112+60=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #67703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67703C is #988FC3. Grayscale: #676767. Windows color (decimal): -9998276 or 3960935. OLE color: 3960935.
HSL color Cylindrical-coordinate representation of color #67703C: hue angle of 70.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67703C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 60 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.56 |
| HSL | 70.38º | 0.3% | 0.34% | - |
| HSV(B) | 70.38º | 0.46% | 0.44% | - |
| XYZ | 12.2 | 14.8 | 6.49 | - |
| YUV | 103.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 60 | 0.08 | 0 | 0.46 | 0.56 | 70.38 | 0.3 | 0.34 |
| Hex | 67 | 70 | 3C | 8 | 0 | 2E | 38 | 46 | 1E | 22 |
| Octal | 147 | 160 | 74 | 10 | 0 | 56 | 70 | 106 | 36 | 42 |
| Binary | 1100111 | 1110000 | 111100 | 1000 | 0 | 101110 | 111000 | 1000110 | 11110 | 100010 |
Color Harmonies of #67703C
Complementary color
Monochromatic Colors of #67703C
Black with #67703C
Text Example
Text Example
White with #67703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67703C; }
p { color: rgb(103,112,60); }
H1.HeaderClassName
{
color: #67703C;
}
.AnyTagClassName
{
color: #67703C;
}
</style>
background-color css
<style>
a { background-color: #67703C; }
a { background-color: rgb(103,112,60); }
div.DivClassName
{
background-color: #67703C;
}
.BgClassName
{
background-color: #67703C;
}
</style>
border-color css
<style>
span { border-color: #67703C; }
span { border-color: rgb(103,112,60); }
td.TdClassName
{
border-color: #67703C;
}
.TagClassName
{
border-color: #67703C;
}
</style>