Shades of Rain Forest #68712F
Tints of Rain Forest #68712F
RGB
CMYK
RGB Variations
Color information
#68712F (or 0x68712F) is known color: Rain Forest. HEX triplet: 68, 71 and 2F. RGB value is (104,113,47). Sum of RGB (Red+Green+Blue) = 104+113+47=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #68712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68712F is #978ED0. Grayscale: #676767. Windows color (decimal): -9932497 or 3109224. OLE color: 3109224.
HSL color Cylindrical-coordinate representation of color #68712F: hue angle of 68.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68712F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 47 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.56 |
| HSL | 68.18º | 0.41% | 0.31% | - |
| HSV(B) | 68.18º | 0.58% | 0.44% | - |
| XYZ | 12.13 | 14.96 | 4.94 | - |
| YUV | 102.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 47 | 0.08 | 0 | 0.58 | 0.56 | 68.18 | 0.41 | 0.31 |
| Hex | 68 | 71 | 2F | 8 | 0 | 3A | 38 | 44 | 29 | 1F |
| Octal | 150 | 161 | 57 | 10 | 0 | 72 | 70 | 104 | 51 | 37 |
| Binary | 1101000 | 1110001 | 101111 | 1000 | 0 | 111010 | 111000 | 1000100 | 101001 | 11111 |
Color Harmonies of #68712F
Complementary color
Monochromatic Colors of #68712F
Black with #68712F
Text Example
Text Example
White with #68712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68712F; }
p { color: rgb(104,113,47); }
H1.HeaderClassName
{
color: #68712F;
}
.AnyTagClassName
{
color: #68712F;
}
</style>
background-color css
<style>
a { background-color: #68712F; }
a { background-color: rgb(104,113,47); }
div.DivClassName
{
background-color: #68712F;
}
.BgClassName
{
background-color: #68712F;
}
</style>
border-color css
<style>
span { border-color: #68712F; }
span { border-color: rgb(104,113,47); }
td.TdClassName
{
border-color: #68712F;
}
.TagClassName
{
border-color: #68712F;
}
</style>