Shades of Rain Forest #68792D
Tints of Rain Forest #68792D
RGB
CMYK
RGB Variations
Color information
#68792D (or 0x68792D) is known color: Rain Forest. HEX triplet: 68, 79 and 2D. RGB value is (104,121,45). Sum of RGB (Red+Green+Blue) = 104+121+45=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #68792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68792D is #9786D2. Grayscale: #6B6B6B. Windows color (decimal): -9930451 or 2980200. OLE color: 2980200.
HSL color Cylindrical-coordinate representation of color #68792D: hue angle of 73.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68792D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 45 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.53 |
| HSL | 73.42º | 0.46% | 0.33% | - |
| HSV(B) | 73.42º | 0.63% | 0.47% | - |
| XYZ | 13.02 | 16.81 | 5.04 | - |
| YUV | 107.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 45 | 0.14 | 0 | 0.63 | 0.53 | 73.42 | 0.46 | 0.33 |
| Hex | 68 | 79 | 2D | E | 0 | 3F | 35 | 49 | 2E | 21 |
| Octal | 150 | 171 | 55 | 16 | 0 | 77 | 65 | 111 | 56 | 41 |
| Binary | 1101000 | 1111001 | 101101 | 1110 | 0 | 111111 | 110101 | 1001001 | 101110 | 100001 |
Color Harmonies of #68792D
Complementary color
Monochromatic Colors of #68792D
Black with #68792D
Text Example
Text Example
White with #68792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68792D; }
p { color: rgb(104,121,45); }
H1.HeaderClassName
{
color: #68792D;
}
.AnyTagClassName
{
color: #68792D;
}
</style>
background-color css
<style>
a { background-color: #68792D; }
a { background-color: rgb(104,121,45); }
div.DivClassName
{
background-color: #68792D;
}
.BgClassName
{
background-color: #68792D;
}
</style>
border-color css
<style>
span { border-color: #68792D; }
span { border-color: rgb(104,121,45); }
td.TdClassName
{
border-color: #68792D;
}
.TagClassName
{
border-color: #68792D;
}
</style>