Shades of Woodland #69733D
Tints of Woodland #69733D
RGB
CMYK
RGB Variations
Color information
#69733D (or 0x69733D) is known color: Woodland. HEX triplet: 69, 73 and 3D. RGB value is (105,115,61). Sum of RGB (Red+Green+Blue) = 105+115+61=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #69733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69733D is #968CC2. Grayscale: #6A6A6A. Windows color (decimal): -9866435 or 4027241. OLE color: 4027241.
HSL color Cylindrical-coordinate representation of color #69733D: hue angle of 71.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69733D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 115 | 61 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.55 |
| HSL | 71.11º | 0.31% | 0.35% | - |
| HSV(B) | 71.11º | 0.47% | 0.45% | - |
| XYZ | 12.8 | 15.6 | 6.75 | - |
| YUV | 105.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 61 | 0.09 | 0 | 0.47 | 0.55 | 71.11 | 0.31 | 0.35 |
| Hex | 69 | 73 | 3D | 9 | 0 | 2F | 37 | 47 | 1F | 23 |
| Octal | 151 | 163 | 75 | 11 | 0 | 57 | 67 | 107 | 37 | 43 |
| Binary | 1101001 | 1110011 | 111101 | 1001 | 0 | 101111 | 110111 | 1000111 | 11111 | 100011 |
Color Harmonies of #69733D
Complementary color
Monochromatic Colors of #69733D
Black with #69733D
Text Example
Text Example
White with #69733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69733D; }
p { color: rgb(105,115,61); }
H1.HeaderClassName
{
color: #69733D;
}
.AnyTagClassName
{
color: #69733D;
}
</style>
background-color css
<style>
a { background-color: #69733D; }
a { background-color: rgb(105,115,61); }
div.DivClassName
{
background-color: #69733D;
}
.BgClassName
{
background-color: #69733D;
}
</style>
border-color css
<style>
span { border-color: #69733D; }
span { border-color: rgb(105,115,61); }
td.TdClassName
{
border-color: #69733D;
}
.TagClassName
{
border-color: #69733D;
}
</style>