Shades of Woodland #67714A
Tints of Woodland #67714A
RGB
CMYK
RGB Variations
Color information
#67714A (or 0x67714A) is known color: Woodland. HEX triplet: 67, 71 and 4A. RGB value is (103,113,74). Sum of RGB (Red+Green+Blue) = 103+113+74=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #67714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67714A is #988EB5. Grayscale: #696969. Windows color (decimal): -9998006 or 4878695. OLE color: 4878695.
HSL color Cylindrical-coordinate representation of color #67714A: hue angle of 75.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67714A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 113 | 74 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.56 |
| HSL | 75.38º | 0.21% | 0.37% | - |
| HSV(B) | 75.38º | 0.35% | 0.44% | - |
| XYZ | 12.73 | 15.19 | 8.74 | - |
| YUV | 105.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 74 | 0.09 | 0 | 0.35 | 0.56 | 75.38 | 0.21 | 0.37 |
| Hex | 67 | 71 | 4A | 9 | 0 | 23 | 38 | 4B | 15 | 25 |
| Octal | 147 | 161 | 112 | 11 | 0 | 43 | 70 | 113 | 25 | 45 |
| Binary | 1100111 | 1110001 | 1001010 | 1001 | 0 | 100011 | 111000 | 1001011 | 10101 | 100101 |
Color Harmonies of #67714A
Complementary color
Monochromatic Colors of #67714A
Black with #67714A
Text Example
Text Example
White with #67714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67714A; }
p { color: rgb(103,113,74); }
H1.HeaderClassName
{
color: #67714A;
}
.AnyTagClassName
{
color: #67714A;
}
</style>
background-color css
<style>
a { background-color: #67714A; }
a { background-color: rgb(103,113,74); }
div.DivClassName
{
background-color: #67714A;
}
.BgClassName
{
background-color: #67714A;
}
</style>
border-color css
<style>
span { border-color: #67714A; }
span { border-color: rgb(103,113,74); }
td.TdClassName
{
border-color: #67714A;
}
.TagClassName
{
border-color: #67714A;
}
</style>