Shades of Woodland #68763E
Tints of Woodland #68763E
RGB
CMYK
RGB Variations
Color information
#68763E (or 0x68763E) is known color: Woodland. HEX triplet: 68, 76 and 3E. RGB value is (104,118,62). Sum of RGB (Red+Green+Blue) = 104+118+62=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #68763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68763E is #9789C1. Grayscale: #6B6B6B. Windows color (decimal): -9931202 or 4093544. OLE color: 4093544.
HSL color Cylindrical-coordinate representation of color #68763E: hue angle of 75º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68763E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 62 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.54 |
| HSL | 75º | 0.31% | 0.35% | - |
| HSV(B) | 75º | 0.47% | 0.46% | - |
| XYZ | 13.06 | 16.25 | 7.01 | - |
| YUV | 107.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 62 | 0.12 | 0 | 0.47 | 0.54 | 75 | 0.31 | 0.35 |
| Hex | 68 | 76 | 3E | C | 0 | 2F | 36 | 4B | 1F | 23 |
| Octal | 150 | 166 | 76 | 14 | 0 | 57 | 66 | 113 | 37 | 43 |
| Binary | 1101000 | 1110110 | 111110 | 1100 | 0 | 101111 | 110110 | 1001011 | 11111 | 100011 |
Color Harmonies of #68763E
Complementary color
Monochromatic Colors of #68763E
Black with #68763E
Text Example
Text Example
White with #68763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68763E; }
p { color: rgb(104,118,62); }
H1.HeaderClassName
{
color: #68763E;
}
.AnyTagClassName
{
color: #68763E;
}
</style>
background-color css
<style>
a { background-color: #68763E; }
a { background-color: rgb(104,118,62); }
div.DivClassName
{
background-color: #68763E;
}
.BgClassName
{
background-color: #68763E;
}
</style>
border-color css
<style>
span { border-color: #68763E; }
span { border-color: rgb(104,118,62); }
td.TdClassName
{
border-color: #68763E;
}
.TagClassName
{
border-color: #68763E;
}
</style>