Shades of Woodland #68763C
Tints of Woodland #68763C
RGB
CMYK
RGB Variations
Color information
#68763C (or 0x68763C) is known color: Woodland. HEX triplet: 68, 76 and 3C. RGB value is (104,118,60). Sum of RGB (Red+Green+Blue) = 104+118+60=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #68763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68763C is #9789C3. Grayscale: #6B6B6B. Windows color (decimal): -9931204 or 3962472. OLE color: 3962472.
HSL color Cylindrical-coordinate representation of color #68763C: hue angle of 74.48º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68763C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 60 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.54 |
| HSL | 74.48º | 0.33% | 0.35% | - |
| HSV(B) | 74.48º | 0.49% | 0.46% | - |
| XYZ | 13 | 16.23 | 6.72 | - |
| YUV | 107.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 60 | 0.12 | 0 | 0.49 | 0.54 | 74.48 | 0.33 | 0.35 |
| Hex | 68 | 76 | 3C | C | 0 | 31 | 36 | 4A | 21 | 23 |
| Octal | 150 | 166 | 74 | 14 | 0 | 61 | 66 | 112 | 41 | 43 |
| Binary | 1101000 | 1110110 | 111100 | 1100 | 0 | 110001 | 110110 | 1001010 | 100001 | 100011 |
Color Harmonies of #68763C
Complementary color
Monochromatic Colors of #68763C
Black with #68763C
Text Example
Text Example
White with #68763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68763C; }
p { color: rgb(104,118,60); }
H1.HeaderClassName
{
color: #68763C;
}
.AnyTagClassName
{
color: #68763C;
}
</style>
background-color css
<style>
a { background-color: #68763C; }
a { background-color: rgb(104,118,60); }
div.DivClassName
{
background-color: #68763C;
}
.BgClassName
{
background-color: #68763C;
}
</style>
border-color css
<style>
span { border-color: #68763C; }
span { border-color: rgb(104,118,60); }
td.TdClassName
{
border-color: #68763C;
}
.TagClassName
{
border-color: #68763C;
}
</style>