Shades of Rain Forest #687D36
Tints of Rain Forest #687D36
RGB
CMYK
RGB Variations
Color information
#687D36 (or 0x687D36) is known color: Rain Forest. HEX triplet: 68, 7D and 36. RGB value is (104,125,54). Sum of RGB (Red+Green+Blue) = 104+125+54=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #687D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D36 is #9782C9. Grayscale: #6E6E6E. Windows color (decimal): -9929418 or 3571048. OLE color: 3571048.
HSL color Cylindrical-coordinate representation of color #687D36: hue angle of 77.75º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #687D36 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 54 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.51 |
| HSL | 77.75º | 0.4% | 0.35% | - |
| HSV(B) | 77.75º | 0.57% | 0.49% | - |
| XYZ | 13.71 | 17.88 | 6.22 | - |
| YUV | 110.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 54 | 0.17 | 0 | 0.57 | 0.51 | 77.75 | 0.4 | 0.35 |
| Hex | 68 | 7D | 36 | 11 | 0 | 39 | 33 | 4E | 28 | 23 |
| Octal | 150 | 175 | 66 | 21 | 0 | 71 | 63 | 116 | 50 | 43 |
| Binary | 1101000 | 1111101 | 110110 | 10001 | 0 | 111001 | 110011 | 1001110 | 101000 | 100011 |
Color Harmonies of #687D36
Complementary color
Monochromatic Colors of #687D36
Black with #687D36
Text Example
Text Example
White with #687D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D36; }
p { color: rgb(104,125,54); }
H1.HeaderClassName
{
color: #687D36;
}
.AnyTagClassName
{
color: #687D36;
}
</style>
background-color css
<style>
a { background-color: #687D36; }
a { background-color: rgb(104,125,54); }
div.DivClassName
{
background-color: #687D36;
}
.BgClassName
{
background-color: #687D36;
}
</style>
border-color css
<style>
span { border-color: #687D36; }
span { border-color: rgb(104,125,54); }
td.TdClassName
{
border-color: #687D36;
}
.TagClassName
{
border-color: #687D36;
}
</style>