Shades of Rain Forest #687E36
Tints of Rain Forest #687E36
RGB
CMYK
RGB Variations
Color information
#687E36 (or 0x687E36) is known color: Rain Forest. HEX triplet: 68, 7E and 36. RGB value is (104,126,54). Sum of RGB (Red+Green+Blue) = 104+126+54=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #687E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687E36 is #9781C9. Grayscale: #6F6F6F. Windows color (decimal): -9929162 or 3571304. OLE color: 3571304.
HSL color Cylindrical-coordinate representation of color #687E36: hue angle of 78.33º 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 #687E36 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 126 | 54 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.51 |
| HSL | 78.33º | 0.4% | 0.35% | - |
| HSV(B) | 78.33º | 0.57% | 0.49% | - |
| XYZ | 13.84 | 18.13 | 6.26 | - |
| YUV | 111.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 54 | 0.17 | 0 | 0.57 | 0.51 | 78.33 | 0.4 | 0.35 |
| Hex | 68 | 7E | 36 | 11 | 0 | 39 | 33 | 4E | 28 | 23 |
| Octal | 150 | 176 | 66 | 21 | 0 | 71 | 63 | 116 | 50 | 43 |
| Binary | 1101000 | 1111110 | 110110 | 10001 | 0 | 111001 | 110011 | 1001110 | 101000 | 100011 |
Color Harmonies of #687E36
Complementary color
Monochromatic Colors of #687E36
Black with #687E36
Text Example
Text Example
White with #687E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E36; }
p { color: rgb(104,126,54); }
H1.HeaderClassName
{
color: #687E36;
}
.AnyTagClassName
{
color: #687E36;
}
</style>
background-color css
<style>
a { background-color: #687E36; }
a { background-color: rgb(104,126,54); }
div.DivClassName
{
background-color: #687E36;
}
.BgClassName
{
background-color: #687E36;
}
</style>
border-color css
<style>
span { border-color: #687E36; }
span { border-color: rgb(104,126,54); }
td.TdClassName
{
border-color: #687E36;
}
.TagClassName
{
border-color: #687E36;
}
</style>