Shades of Woodland #69793F
Tints of Woodland #69793F
RGB
CMYK
RGB Variations
Color information
#69793F (or 0x69793F) is known color: Woodland. HEX triplet: 69, 79 and 3F. RGB value is (105,121,63). Sum of RGB (Red+Green+Blue) = 105+121+63=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #69793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69793F is #9686C0. Grayscale: #6D6D6D. Windows color (decimal): -9864897 or 4159849. OLE color: 4159849.
HSL color Cylindrical-coordinate representation of color #69793F: hue angle of 76.55º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69793F is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 63 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.53 |
| HSL | 76.55º | 0.32% | 0.36% | - |
| HSV(B) | 76.55º | 0.48% | 0.47% | - |
| XYZ | 13.56 | 17.04 | 7.28 | - |
| YUV | 109.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 63 | 0.13 | 0 | 0.48 | 0.53 | 76.55 | 0.32 | 0.36 |
| Hex | 69 | 79 | 3F | D | 0 | 30 | 35 | 4D | 20 | 24 |
| Octal | 151 | 171 | 77 | 15 | 0 | 60 | 65 | 115 | 40 | 44 |
| Binary | 1101001 | 1111001 | 111111 | 1101 | 0 | 110000 | 110101 | 1001101 | 100000 | 100100 |
Color Harmonies of #69793F
Complementary color
Monochromatic Colors of #69793F
Black with #69793F
Text Example
Text Example
White with #69793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69793F; }
p { color: rgb(105,121,63); }
H1.HeaderClassName
{
color: #69793F;
}
.AnyTagClassName
{
color: #69793F;
}
</style>
background-color css
<style>
a { background-color: #69793F; }
a { background-color: rgb(105,121,63); }
div.DivClassName
{
background-color: #69793F;
}
.BgClassName
{
background-color: #69793F;
}
</style>
border-color css
<style>
span { border-color: #69793F; }
span { border-color: rgb(105,121,63); }
td.TdClassName
{
border-color: #69793F;
}
.TagClassName
{
border-color: #69793F;
}
</style>