Shades of Rain Forest #687D2C
Tints of Rain Forest #687D2C
RGB
CMYK
RGB Variations
Color information
#687D2C (or 0x687D2C) is known color: Rain Forest. HEX triplet: 68, 7D and 2C. RGB value is (104,125,44). Sum of RGB (Red+Green+Blue) = 104+125+44=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #687D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D2C is #9782D3. Grayscale: #6D6D6D. Windows color (decimal): -9929428 or 2915688. OLE color: 2915688.
HSL color Cylindrical-coordinate representation of color #687D2C: hue angle of 75.56º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #687D2C is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 44 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.51 |
| HSL | 75.56º | 0.48% | 0.33% | - |
| HSV(B) | 75.56º | 0.65% | 0.49% | - |
| XYZ | 13.5 | 17.79 | 5.11 | - |
| YUV | 109.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 44 | 0.17 | 0 | 0.65 | 0.51 | 75.56 | 0.48 | 0.33 |
| Hex | 68 | 7D | 2C | 11 | 0 | 41 | 33 | 4C | 30 | 21 |
| Octal | 150 | 175 | 54 | 21 | 0 | 101 | 63 | 114 | 60 | 41 |
| Binary | 1101000 | 1111101 | 101100 | 10001 | 0 | 1000001 | 110011 | 1001100 | 110000 | 100001 |
Color Harmonies of #687D2C
Complementary color
Monochromatic Colors of #687D2C
Black with #687D2C
Text Example
Text Example
White with #687D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D2C; }
p { color: rgb(104,125,44); }
H1.HeaderClassName
{
color: #687D2C;
}
.AnyTagClassName
{
color: #687D2C;
}
</style>
background-color css
<style>
a { background-color: #687D2C; }
a { background-color: rgb(104,125,44); }
div.DivClassName
{
background-color: #687D2C;
}
.BgClassName
{
background-color: #687D2C;
}
</style>
border-color css
<style>
span { border-color: #687D2C; }
span { border-color: rgb(104,125,44); }
td.TdClassName
{
border-color: #687D2C;
}
.TagClassName
{
border-color: #687D2C;
}
</style>