Shades of Rain Forest #68702D
Tints of Rain Forest #68702D
RGB
CMYK
RGB Variations
Color information
#68702D (or 0x68702D) is known color: Rain Forest. HEX triplet: 68, 70 and 2D. RGB value is (104,112,45). Sum of RGB (Red+Green+Blue) = 104+112+45=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #68702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702D is #978FD2. Grayscale: #666666. Windows color (decimal): -9932755 or 2977896. OLE color: 2977896.
HSL color Cylindrical-coordinate representation of color #68702D: hue angle of 67.16º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68702D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 45 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.56 |
| HSL | 67.16º | 0.43% | 0.31% | - |
| HSV(B) | 67.16º | 0.6% | 0.44% | - |
| XYZ | 11.98 | 14.72 | 4.69 | - |
| YUV | 101.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 45 | 0.07 | 0 | 0.60 | 0.56 | 67.16 | 0.43 | 0.31 |
| Hex | 68 | 70 | 2D | 7 | 0 | 3C | 38 | 43 | 2B | 1F |
| Octal | 150 | 160 | 55 | 7 | 0 | 74 | 70 | 103 | 53 | 37 |
| Binary | 1101000 | 1110000 | 101101 | 111 | 0 | 111100 | 111000 | 1000011 | 101011 | 11111 |
Color Harmonies of #68702D
Complementary color
Monochromatic Colors of #68702D
Black with #68702D
Text Example
Text Example
White with #68702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68702D; }
p { color: rgb(104,112,45); }
H1.HeaderClassName
{
color: #68702D;
}
.AnyTagClassName
{
color: #68702D;
}
</style>
background-color css
<style>
a { background-color: #68702D; }
a { background-color: rgb(104,112,45); }
div.DivClassName
{
background-color: #68702D;
}
.BgClassName
{
background-color: #68702D;
}
</style>
border-color css
<style>
span { border-color: #68702D; }
span { border-color: rgb(104,112,45); }
td.TdClassName
{
border-color: #68702D;
}
.TagClassName
{
border-color: #68702D;
}
</style>