Shades of Woodland #69703C
Tints of Woodland #69703C
RGB
CMYK
RGB Variations
Color information
#69703C (or 0x69703C) is known color: Woodland. HEX triplet: 69, 70 and 3C. RGB value is (105,112,60). Sum of RGB (Red+Green+Blue) = 105+112+60=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #69703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69703C is #968FC3. Grayscale: #686868. Windows color (decimal): -9867204 or 3960937. OLE color: 3960937.
HSL color Cylindrical-coordinate representation of color #69703C: hue angle of 68.08º 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 #69703C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 60 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.56 |
| HSL | 68.08º | 0.3% | 0.34% | - |
| HSV(B) | 68.08º | 0.46% | 0.44% | - |
| XYZ | 12.44 | 14.92 | 6.5 | - |
| YUV | 103.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 60 | 0.06 | 0 | 0.46 | 0.56 | 68.08 | 0.3 | 0.34 |
| Hex | 69 | 70 | 3C | 6 | 0 | 2E | 38 | 44 | 1E | 22 |
| Octal | 151 | 160 | 74 | 6 | 0 | 56 | 70 | 104 | 36 | 42 |
| Binary | 1101001 | 1110000 | 111100 | 110 | 0 | 101110 | 111000 | 1000100 | 11110 | 100010 |
Color Harmonies of #69703C
Complementary color
Monochromatic Colors of #69703C
Black with #69703C
Text Example
Text Example
White with #69703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69703C; }
p { color: rgb(105,112,60); }
H1.HeaderClassName
{
color: #69703C;
}
.AnyTagClassName
{
color: #69703C;
}
</style>
background-color css
<style>
a { background-color: #69703C; }
a { background-color: rgb(105,112,60); }
div.DivClassName
{
background-color: #69703C;
}
.BgClassName
{
background-color: #69703C;
}
</style>
border-color css
<style>
span { border-color: #69703C; }
span { border-color: rgb(105,112,60); }
td.TdClassName
{
border-color: #69703C;
}
.TagClassName
{
border-color: #69703C;
}
</style>