Shades of Rain Forest #686F37
Tints of Rain Forest #686F37
RGB
CMYK
RGB Variations
Color information
#686F37 (or 0x686F37) is known color: Rain Forest. HEX triplet: 68, 6F and 37. RGB value is (104,111,55). Sum of RGB (Red+Green+Blue) = 104+111+55=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #686F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F37 is #9790C8. Grayscale: #666666. Windows color (decimal): -9933001 or 3633000. OLE color: 3633000.
HSL color Cylindrical-coordinate representation of color #686F37: hue angle of 67.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686F37 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 55 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.56 |
| HSL | 67.5º | 0.34% | 0.33% | - |
| HSV(B) | 67.5º | 0.5% | 0.44% | - |
| XYZ | 12.08 | 14.59 | 5.79 | - |
| YUV | 102.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 55 | 0.06 | 0 | 0.50 | 0.56 | 67.5 | 0.34 | 0.33 |
| Hex | 68 | 6F | 37 | 6 | 0 | 32 | 38 | 44 | 22 | 21 |
| Octal | 150 | 157 | 67 | 6 | 0 | 62 | 70 | 104 | 42 | 41 |
| Binary | 1101000 | 1101111 | 110111 | 110 | 0 | 110010 | 111000 | 1000100 | 100010 | 100001 |
Color Harmonies of #686F37
Complementary color
Monochromatic Colors of #686F37
Black with #686F37
Text Example
Text Example
White with #686F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F37; }
p { color: rgb(104,111,55); }
H1.HeaderClassName
{
color: #686F37;
}
.AnyTagClassName
{
color: #686F37;
}
</style>
background-color css
<style>
a { background-color: #686F37; }
a { background-color: rgb(104,111,55); }
div.DivClassName
{
background-color: #686F37;
}
.BgClassName
{
background-color: #686F37;
}
</style>
border-color css
<style>
span { border-color: #686F37; }
span { border-color: rgb(104,111,55); }
td.TdClassName
{
border-color: #686F37;
}
.TagClassName
{
border-color: #686F37;
}
</style>