Shades of Rain Forest #687D32
Tints of Rain Forest #687D32
RGB
CMYK
RGB Variations
Color information
#687D32 (or 0x687D32) is known color: Rain Forest. HEX triplet: 68, 7D and 32. RGB value is (104,125,50). Sum of RGB (Red+Green+Blue) = 104+125+50=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #687D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D32 is #9782CD. Grayscale: #6E6E6E. Windows color (decimal): -9929422 or 3308904. OLE color: 3308904.
HSL color Cylindrical-coordinate representation of color #687D32: hue angle of 76.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #687D32 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 50 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.51 |
| HSL | 76.8º | 0.43% | 0.34% | - |
| HSV(B) | 76.8º | 0.6% | 0.49% | - |
| XYZ | 13.62 | 17.84 | 5.74 | - |
| YUV | 110.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 50 | 0.17 | 0 | 0.60 | 0.51 | 76.8 | 0.43 | 0.34 |
| Hex | 68 | 7D | 32 | 11 | 0 | 3C | 33 | 4D | 2B | 22 |
| Octal | 150 | 175 | 62 | 21 | 0 | 74 | 63 | 115 | 53 | 42 |
| Binary | 1101000 | 1111101 | 110010 | 10001 | 0 | 111100 | 110011 | 1001101 | 101011 | 100010 |
Color Harmonies of #687D32
Complementary color
Monochromatic Colors of #687D32
Black with #687D32
Text Example
Text Example
White with #687D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D32; }
p { color: rgb(104,125,50); }
H1.HeaderClassName
{
color: #687D32;
}
.AnyTagClassName
{
color: #687D32;
}
</style>
background-color css
<style>
a { background-color: #687D32; }
a { background-color: rgb(104,125,50); }
div.DivClassName
{
background-color: #687D32;
}
.BgClassName
{
background-color: #687D32;
}
</style>
border-color css
<style>
span { border-color: #687D32; }
span { border-color: rgb(104,125,50); }
td.TdClassName
{
border-color: #687D32;
}
.TagClassName
{
border-color: #687D32;
}
</style>