Shades of Woodland #66753F
Tints of Woodland #66753F
RGB
CMYK
RGB Variations
Color information
#66753F (or 0x66753F) is known color: Woodland. HEX triplet: 66, 75 and 3F. RGB value is (102,117,63). Sum of RGB (Red+Green+Blue) = 102+117+63=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #66753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66753F is #998AC0. Grayscale: #6A6A6A. Windows color (decimal): -10062529 or 4158822. OLE color: 4158822.
HSL color Cylindrical-coordinate representation of color #66753F: hue angle of 76.67º 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 #66753F is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 63 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.54 |
| HSL | 76.67º | 0.3% | 0.35% | - |
| HSV(B) | 76.67º | 0.46% | 0.46% | - |
| XYZ | 12.74 | 15.91 | 7.1 | - |
| YUV | 106.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 63 | 0.13 | 0 | 0.46 | 0.54 | 76.67 | 0.3 | 0.35 |
| Hex | 66 | 75 | 3F | D | 0 | 2E | 36 | 4D | 1E | 23 |
| Octal | 146 | 165 | 77 | 15 | 0 | 56 | 66 | 115 | 36 | 43 |
| Binary | 1100110 | 1110101 | 111111 | 1101 | 0 | 101110 | 110110 | 1001101 | 11110 | 100011 |
Color Harmonies of #66753F
Complementary color
Monochromatic Colors of #66753F
Black with #66753F
Text Example
Text Example
White with #66753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66753F; }
p { color: rgb(102,117,63); }
H1.HeaderClassName
{
color: #66753F;
}
.AnyTagClassName
{
color: #66753F;
}
</style>
background-color css
<style>
a { background-color: #66753F; }
a { background-color: rgb(102,117,63); }
div.DivClassName
{
background-color: #66753F;
}
.BgClassName
{
background-color: #66753F;
}
</style>
border-color css
<style>
span { border-color: #66753F; }
span { border-color: rgb(102,117,63); }
td.TdClassName
{
border-color: #66753F;
}
.TagClassName
{
border-color: #66753F;
}
</style>