Shades of Rain Forest #68712B
Tints of Rain Forest #68712B
RGB
CMYK
RGB Variations
Color information
#68712B (or 0x68712B) is known color: Rain Forest. HEX triplet: 68, 71 and 2B. RGB value is (104,113,43). Sum of RGB (Red+Green+Blue) = 104+113+43=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #68712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68712B is #978ED4. Grayscale: #666666. Windows color (decimal): -9932501 or 2847080. OLE color: 2847080.
HSL color Cylindrical-coordinate representation of color #68712B: hue angle of 67.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68712B is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 43 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.56 |
| HSL | 67.71º | 0.45% | 0.31% | - |
| HSV(B) | 67.71º | 0.62% | 0.44% | - |
| XYZ | 12.05 | 14.93 | 4.53 | - |
| YUV | 102.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 43 | 0.08 | 0 | 0.62 | 0.56 | 67.71 | 0.45 | 0.31 |
| Hex | 68 | 71 | 2B | 8 | 0 | 3E | 38 | 44 | 2D | 1F |
| Octal | 150 | 161 | 53 | 10 | 0 | 76 | 70 | 104 | 55 | 37 |
| Binary | 1101000 | 1110001 | 101011 | 1000 | 0 | 111110 | 111000 | 1000100 | 101101 | 11111 |
Color Harmonies of #68712B
Complementary color
Monochromatic Colors of #68712B
Black with #68712B
Text Example
Text Example
White with #68712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68712B; }
p { color: rgb(104,113,43); }
H1.HeaderClassName
{
color: #68712B;
}
.AnyTagClassName
{
color: #68712B;
}
</style>
background-color css
<style>
a { background-color: #68712B; }
a { background-color: rgb(104,113,43); }
div.DivClassName
{
background-color: #68712B;
}
.BgClassName
{
background-color: #68712B;
}
</style>
border-color css
<style>
span { border-color: #68712B; }
span { border-color: rgb(104,113,43); }
td.TdClassName
{
border-color: #68712B;
}
.TagClassName
{
border-color: #68712B;
}
</style>