Shades of Woodland #69753F
Tints of Woodland #69753F
RGB
CMYK
RGB Variations
Color information
#69753F (or 0x69753F) is known color: Woodland. HEX triplet: 69, 75 and 3F. RGB value is (105,117,63). Sum of RGB (Red+Green+Blue) = 105+117+63=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #69753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69753F is #968AC0. Grayscale: #6B6B6B. Windows color (decimal): -9865921 or 4158825. OLE color: 4158825.
HSL color Cylindrical-coordinate representation of color #69753F: hue angle of 73.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69753F is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 63 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.54 |
| HSL | 73.33º | 0.3% | 0.35% | - |
| HSV(B) | 73.33º | 0.46% | 0.46% | - |
| XYZ | 13.08 | 16.08 | 7.12 | - |
| YUV | 107.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 63 | 0.10 | 0 | 0.46 | 0.54 | 73.33 | 0.3 | 0.35 |
| Hex | 69 | 75 | 3F | A | 0 | 2E | 36 | 49 | 1E | 23 |
| Octal | 151 | 165 | 77 | 12 | 0 | 56 | 66 | 111 | 36 | 43 |
| Binary | 1101001 | 1110101 | 111111 | 1010 | 0 | 101110 | 110110 | 1001001 | 11110 | 100011 |
Color Harmonies of #69753F
Complementary color
Monochromatic Colors of #69753F
Black with #69753F
Text Example
Text Example
White with #69753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69753F; }
p { color: rgb(105,117,63); }
H1.HeaderClassName
{
color: #69753F;
}
.AnyTagClassName
{
color: #69753F;
}
</style>
background-color css
<style>
a { background-color: #69753F; }
a { background-color: rgb(105,117,63); }
div.DivClassName
{
background-color: #69753F;
}
.BgClassName
{
background-color: #69753F;
}
</style>
border-color css
<style>
span { border-color: #69753F; }
span { border-color: rgb(105,117,63); }
td.TdClassName
{
border-color: #69753F;
}
.TagClassName
{
border-color: #69753F;
}
</style>