Shades of Woodland #69723E
Tints of Woodland #69723E
RGB
CMYK
RGB Variations
Color information
#69723E (or 0x69723E) is known color: Woodland. HEX triplet: 69, 72 and 3E. RGB value is (105,114,62). Sum of RGB (Red+Green+Blue) = 105+114+62=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #69723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69723E is #968DC1. Grayscale: #696969. Windows color (decimal): -9866690 or 4092521. OLE color: 4092521.
HSL color Cylindrical-coordinate representation of color #69723E: hue angle of 70.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69723E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 62 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.55 |
| HSL | 70.38º | 0.3% | 0.35% | - |
| HSV(B) | 70.38º | 0.46% | 0.45% | - |
| XYZ | 12.71 | 15.39 | 6.86 | - |
| YUV | 105.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 62 | 0.08 | 0 | 0.46 | 0.55 | 70.38 | 0.3 | 0.35 |
| Hex | 69 | 72 | 3E | 8 | 0 | 2E | 37 | 46 | 1E | 23 |
| Octal | 151 | 162 | 76 | 10 | 0 | 56 | 67 | 106 | 36 | 43 |
| Binary | 1101001 | 1110010 | 111110 | 1000 | 0 | 101110 | 110111 | 1000110 | 11110 | 100011 |
Color Harmonies of #69723E
Complementary color
Monochromatic Colors of #69723E
Black with #69723E
Text Example
Text Example
White with #69723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69723E; }
p { color: rgb(105,114,62); }
H1.HeaderClassName
{
color: #69723E;
}
.AnyTagClassName
{
color: #69723E;
}
</style>
background-color css
<style>
a { background-color: #69723E; }
a { background-color: rgb(105,114,62); }
div.DivClassName
{
background-color: #69723E;
}
.BgClassName
{
background-color: #69723E;
}
</style>
border-color css
<style>
span { border-color: #69723E; }
span { border-color: rgb(105,114,62); }
td.TdClassName
{
border-color: #69723E;
}
.TagClassName
{
border-color: #69723E;
}
</style>