Shades of Woodland #69703D
Tints of Woodland #69703D
RGB
CMYK
RGB Variations
Color information
#69703D (or 0x69703D) is known color: Woodland. HEX triplet: 69, 70 and 3D. RGB value is (105,112,61). Sum of RGB (Red+Green+Blue) = 105+112+61=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #69703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69703D is #968FC2. Grayscale: #686868. Windows color (decimal): -9867203 or 4026473. OLE color: 4026473.
HSL color Cylindrical-coordinate representation of color #69703D: hue angle of 68.24º degrees, saturation: 0.29, 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 #69703D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 61 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.56 |
| HSL | 68.24º | 0.29% | 0.34% | - |
| HSV(B) | 68.24º | 0.46% | 0.44% | - |
| XYZ | 12.46 | 14.93 | 6.64 | - |
| YUV | 104.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 61 | 0.06 | 0 | 0.46 | 0.56 | 68.24 | 0.29 | 0.34 |
| Hex | 69 | 70 | 3D | 6 | 0 | 2E | 38 | 44 | 1D | 22 |
| Octal | 151 | 160 | 75 | 6 | 0 | 56 | 70 | 104 | 35 | 42 |
| Binary | 1101001 | 1110000 | 111101 | 110 | 0 | 101110 | 111000 | 1000100 | 11101 | 100010 |
Color Harmonies of #69703D
Complementary color
Monochromatic Colors of #69703D
Black with #69703D
Text Example
Text Example
White with #69703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69703D; }
p { color: rgb(105,112,61); }
H1.HeaderClassName
{
color: #69703D;
}
.AnyTagClassName
{
color: #69703D;
}
</style>
background-color css
<style>
a { background-color: #69703D; }
a { background-color: rgb(105,112,61); }
div.DivClassName
{
background-color: #69703D;
}
.BgClassName
{
background-color: #69703D;
}
</style>
border-color css
<style>
span { border-color: #69703D; }
span { border-color: rgb(105,112,61); }
td.TdClassName
{
border-color: #69703D;
}
.TagClassName
{
border-color: #69703D;
}
</style>