Shades of Rain Forest #687E35
Tints of Rain Forest #687E35
RGB
CMYK
RGB Variations
Color information
#687E35 (or 0x687E35) is known color: Rain Forest. HEX triplet: 68, 7E and 35. RGB value is (104,126,53). Sum of RGB (Red+Green+Blue) = 104+126+53=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #687E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687E35 is #9781CA. Grayscale: #6F6F6F. Windows color (decimal): -9929163 or 3505768. OLE color: 3505768.
HSL color Cylindrical-coordinate representation of color #687E35: hue angle of 78.08º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687E35 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 126 | 53 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.51 |
| HSL | 78.08º | 0.41% | 0.35% | - |
| HSV(B) | 78.08º | 0.58% | 0.49% | - |
| XYZ | 13.81 | 18.12 | 6.14 | - |
| YUV | 111.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 53 | 0.17 | 0 | 0.58 | 0.51 | 78.08 | 0.41 | 0.35 |
| Hex | 68 | 7E | 35 | 11 | 0 | 3A | 33 | 4E | 29 | 23 |
| Octal | 150 | 176 | 65 | 21 | 0 | 72 | 63 | 116 | 51 | 43 |
| Binary | 1101000 | 1111110 | 110101 | 10001 | 0 | 111010 | 110011 | 1001110 | 101001 | 100011 |
Color Harmonies of #687E35
Complementary color
Monochromatic Colors of #687E35
Black with #687E35
Text Example
Text Example
White with #687E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E35; }
p { color: rgb(104,126,53); }
H1.HeaderClassName
{
color: #687E35;
}
.AnyTagClassName
{
color: #687E35;
}
</style>
background-color css
<style>
a { background-color: #687E35; }
a { background-color: rgb(104,126,53); }
div.DivClassName
{
background-color: #687E35;
}
.BgClassName
{
background-color: #687E35;
}
</style>
border-color css
<style>
span { border-color: #687E35; }
span { border-color: rgb(104,126,53); }
td.TdClassName
{
border-color: #687E35;
}
.TagClassName
{
border-color: #687E35;
}
</style>