Shades of Rain Forest #68772E
Tints of Rain Forest #68772E
RGB
CMYK
RGB Variations
Color information
#68772E (or 0x68772E) is known color: Rain Forest. HEX triplet: 68, 77 and 2E. RGB value is (104,119,46). Sum of RGB (Red+Green+Blue) = 104+119+46=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #68772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68772E is #9788D1. Grayscale: #6A6A6A. Windows color (decimal): -9930962 or 3045224. OLE color: 3045224.
HSL color Cylindrical-coordinate representation of color #68772E: hue angle of 72.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68772E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 46 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.53 |
| HSL | 72.33º | 0.44% | 0.32% | - |
| HSV(B) | 72.33º | 0.61% | 0.47% | - |
| XYZ | 12.8 | 16.33 | 5.06 | - |
| YUV | 106.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 46 | 0.13 | 0 | 0.61 | 0.53 | 72.33 | 0.44 | 0.32 |
| Hex | 68 | 77 | 2E | D | 0 | 3D | 35 | 48 | 2C | 20 |
| Octal | 150 | 167 | 56 | 15 | 0 | 75 | 65 | 110 | 54 | 40 |
| Binary | 1101000 | 1110111 | 101110 | 1101 | 0 | 111101 | 110101 | 1001000 | 101100 | 100000 |
Color Harmonies of #68772E
Complementary color
Monochromatic Colors of #68772E
Black with #68772E
Text Example
Text Example
White with #68772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68772E; }
p { color: rgb(104,119,46); }
H1.HeaderClassName
{
color: #68772E;
}
.AnyTagClassName
{
color: #68772E;
}
</style>
background-color css
<style>
a { background-color: #68772E; }
a { background-color: rgb(104,119,46); }
div.DivClassName
{
background-color: #68772E;
}
.BgClassName
{
background-color: #68772E;
}
</style>
border-color css
<style>
span { border-color: #68772E; }
span { border-color: rgb(104,119,46); }
td.TdClassName
{
border-color: #68772E;
}
.TagClassName
{
border-color: #68772E;
}
</style>