Shades of Rain Forest #68742D
Tints of Rain Forest #68742D
RGB
CMYK
RGB Variations
Color information
#68742D (or 0x68742D) is known color: Rain Forest. HEX triplet: 68, 74 and 2D. RGB value is (104,116,45). Sum of RGB (Red+Green+Blue) = 104+116+45=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #68742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68742D is #978BD2. Grayscale: #686868. Windows color (decimal): -9931731 or 2978920. OLE color: 2978920.
HSL color Cylindrical-coordinate representation of color #68742D: hue angle of 70.14º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68742D is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 45 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.55 |
| HSL | 70.14º | 0.44% | 0.32% | - |
| HSV(B) | 70.14º | 0.61% | 0.45% | - |
| XYZ | 12.43 | 15.62 | 4.84 | - |
| YUV | 104.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 45 | 0.10 | 0 | 0.61 | 0.55 | 70.14 | 0.44 | 0.32 |
| Hex | 68 | 74 | 2D | A | 0 | 3D | 37 | 46 | 2C | 20 |
| Octal | 150 | 164 | 55 | 12 | 0 | 75 | 67 | 106 | 54 | 40 |
| Binary | 1101000 | 1110100 | 101101 | 1010 | 0 | 111101 | 110111 | 1000110 | 101100 | 100000 |
Color Harmonies of #68742D
Complementary color
Monochromatic Colors of #68742D
Black with #68742D
Text Example
Text Example
White with #68742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68742D; }
p { color: rgb(104,116,45); }
H1.HeaderClassName
{
color: #68742D;
}
.AnyTagClassName
{
color: #68742D;
}
</style>
background-color css
<style>
a { background-color: #68742D; }
a { background-color: rgb(104,116,45); }
div.DivClassName
{
background-color: #68742D;
}
.BgClassName
{
background-color: #68742D;
}
</style>
border-color css
<style>
span { border-color: #68742D; }
span { border-color: rgb(104,116,45); }
td.TdClassName
{
border-color: #68742D;
}
.TagClassName
{
border-color: #68742D;
}
</style>