Shades of Rain Forest #686C22
Tints of Rain Forest #686C22
RGB
CMYK
RGB Variations
Color information
#686C22 (or 0x686C22) is known color: Rain Forest. HEX triplet: 68, 6C and 22. RGB value is (104,108,34). Sum of RGB (Red+Green+Blue) = 104+108+34=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #686C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C22 is #9793DD. Grayscale: #626262. Windows color (decimal): -9933790 or 2255976. OLE color: 2255976.
HSL color Cylindrical-coordinate representation of color #686C22: hue angle of 63.24º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #686C22 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 34 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.58 |
| HSL | 63.24º | 0.52% | 0.28% | - |
| HSV(B) | 63.24º | 0.69% | 0.42% | - |
| XYZ | 11.36 | 13.78 | 3.58 | - |
| YUV | 98.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 34 | 0.04 | 0 | 0.69 | 0.58 | 63.24 | 0.52 | 0.28 |
| Hex | 68 | 6C | 22 | 4 | 0 | 45 | 3A | 3F | 34 | 1C |
| Octal | 150 | 154 | 42 | 4 | 0 | 105 | 72 | 77 | 64 | 34 |
| Binary | 1101000 | 1101100 | 100010 | 100 | 0 | 1000101 | 111010 | 111111 | 110100 | 11100 |
Color Harmonies of #686C22
Complementary color
Monochromatic Colors of #686C22
Black with #686C22
Text Example
Text Example
White with #686C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C22; }
p { color: rgb(104,108,34); }
H1.HeaderClassName
{
color: #686C22;
}
.AnyTagClassName
{
color: #686C22;
}
</style>
background-color css
<style>
a { background-color: #686C22; }
a { background-color: rgb(104,108,34); }
div.DivClassName
{
background-color: #686C22;
}
.BgClassName
{
background-color: #686C22;
}
</style>
border-color css
<style>
span { border-color: #686C22; }
span { border-color: rgb(104,108,34); }
td.TdClassName
{
border-color: #686C22;
}
.TagClassName
{
border-color: #686C22;
}
</style>