Shades of Woodland #68753B
Tints of Woodland #68753B
RGB
CMYK
RGB Variations
Color information
#68753B (or 0x68753B) is known color: Woodland. HEX triplet: 68, 75 and 3B. RGB value is (104,117,59). Sum of RGB (Red+Green+Blue) = 104+117+59=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #68753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68753B is #978AC4. Grayscale: #6A6A6A. Windows color (decimal): -9931461 or 3896680. OLE color: 3896680.
HSL color Cylindrical-coordinate representation of color #68753B: hue angle of 73.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68753B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 59 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.54 |
| HSL | 73.45º | 0.33% | 0.35% | - |
| HSV(B) | 73.45º | 0.5% | 0.46% | - |
| XYZ | 12.86 | 15.98 | 6.54 | - |
| YUV | 106.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 59 | 0.11 | 0 | 0.50 | 0.54 | 73.45 | 0.33 | 0.35 |
| Hex | 68 | 75 | 3B | B | 0 | 32 | 36 | 49 | 21 | 23 |
| Octal | 150 | 165 | 73 | 13 | 0 | 62 | 66 | 111 | 41 | 43 |
| Binary | 1101000 | 1110101 | 111011 | 1011 | 0 | 110010 | 110110 | 1001001 | 100001 | 100011 |
Color Harmonies of #68753B
Complementary color
Monochromatic Colors of #68753B
Black with #68753B
Text Example
Text Example
White with #68753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68753B; }
p { color: rgb(104,117,59); }
H1.HeaderClassName
{
color: #68753B;
}
.AnyTagClassName
{
color: #68753B;
}
</style>
background-color css
<style>
a { background-color: #68753B; }
a { background-color: rgb(104,117,59); }
div.DivClassName
{
background-color: #68753B;
}
.BgClassName
{
background-color: #68753B;
}
</style>
border-color css
<style>
span { border-color: #68753B; }
span { border-color: rgb(104,117,59); }
td.TdClassName
{
border-color: #68753B;
}
.TagClassName
{
border-color: #68753B;
}
</style>