Shades of Rain Forest #687D2A
Tints of Rain Forest #687D2A
RGB
CMYK
RGB Variations
Color information
#687D2A (or 0x687D2A) is known color: Rain Forest. HEX triplet: 68, 7D and 2A. RGB value is (104,125,42). Sum of RGB (Red+Green+Blue) = 104+125+42=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #687D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D2A is #9782D5. Grayscale: #6D6D6D. Windows color (decimal): -9929430 or 2784616. OLE color: 2784616.
HSL color Cylindrical-coordinate representation of color #687D2A: hue angle of 75.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #687D2A is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 42 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.51 |
| HSL | 75.18º | 0.5% | 0.33% | - |
| HSV(B) | 75.18º | 0.66% | 0.49% | - |
| XYZ | 13.46 | 17.78 | 4.91 | - |
| YUV | 109.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 42 | 0.17 | 0 | 0.66 | 0.51 | 75.18 | 0.5 | 0.33 |
| Hex | 68 | 7D | 2A | 11 | 0 | 42 | 33 | 4B | 32 | 21 |
| Octal | 150 | 175 | 52 | 21 | 0 | 102 | 63 | 113 | 62 | 41 |
| Binary | 1101000 | 1111101 | 101010 | 10001 | 0 | 1000010 | 110011 | 1001011 | 110010 | 100001 |
Color Harmonies of #687D2A
Complementary color
Monochromatic Colors of #687D2A
Black with #687D2A
Text Example
Text Example
White with #687D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D2A; }
p { color: rgb(104,125,42); }
H1.HeaderClassName
{
color: #687D2A;
}
.AnyTagClassName
{
color: #687D2A;
}
</style>
background-color css
<style>
a { background-color: #687D2A; }
a { background-color: rgb(104,125,42); }
div.DivClassName
{
background-color: #687D2A;
}
.BgClassName
{
background-color: #687D2A;
}
</style>
border-color css
<style>
span { border-color: #687D2A; }
span { border-color: rgb(104,125,42); }
td.TdClassName
{
border-color: #687D2A;
}
.TagClassName
{
border-color: #687D2A;
}
</style>