Shades of Woodland #65703C
Tints of Woodland #65703C
RGB
CMYK
RGB Variations
Color information
#65703C (or 0x65703C) is known color: Woodland. HEX triplet: 65, 70 and 3C. RGB value is (101,112,60). Sum of RGB (Red+Green+Blue) = 101+112+60=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #65703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65703C is #9A8FC3. Grayscale: #666666. Windows color (decimal): -10129348 or 3960933. OLE color: 3960933.
HSL color Cylindrical-coordinate representation of color #65703C: hue angle of 72.69º 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 #65703C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 60 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.56 |
| HSL | 72.69º | 0.3% | 0.34% | - |
| HSV(B) | 72.69º | 0.46% | 0.44% | - |
| XYZ | 11.98 | 14.68 | 6.48 | - |
| YUV | 102.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 60 | 0.10 | 0 | 0.46 | 0.56 | 72.69 | 0.3 | 0.34 |
| Hex | 65 | 70 | 3C | A | 0 | 2E | 38 | 49 | 1E | 22 |
| Octal | 145 | 160 | 74 | 12 | 0 | 56 | 70 | 111 | 36 | 42 |
| Binary | 1100101 | 1110000 | 111100 | 1010 | 0 | 101110 | 111000 | 1001001 | 11110 | 100010 |
Color Harmonies of #65703C
Complementary color
Monochromatic Colors of #65703C
Black with #65703C
Text Example
Text Example
White with #65703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65703C; }
p { color: rgb(101,112,60); }
H1.HeaderClassName
{
color: #65703C;
}
.AnyTagClassName
{
color: #65703C;
}
</style>
background-color css
<style>
a { background-color: #65703C; }
a { background-color: rgb(101,112,60); }
div.DivClassName
{
background-color: #65703C;
}
.BgClassName
{
background-color: #65703C;
}
</style>
border-color css
<style>
span { border-color: #65703C; }
span { border-color: rgb(101,112,60); }
td.TdClassName
{
border-color: #65703C;
}
.TagClassName
{
border-color: #65703C;
}
</style>