Shades of Rain Forest #68792B
Tints of Rain Forest #68792B
RGB
CMYK
RGB Variations
Color information
#68792B (or 0x68792B) is known color: Rain Forest. HEX triplet: 68, 79 and 2B. RGB value is (104,121,43). Sum of RGB (Red+Green+Blue) = 104+121+43=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #68792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68792B is #9786D4. Grayscale: #6B6B6B. Windows color (decimal): -9930453 or 2849128. OLE color: 2849128.
HSL color Cylindrical-coordinate representation of color #68792B: hue angle of 73.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68792B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 43 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.53 |
| HSL | 73.08º | 0.48% | 0.32% | - |
| HSV(B) | 73.08º | 0.64% | 0.47% | - |
| XYZ | 12.98 | 16.79 | 4.84 | - |
| YUV | 107.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 43 | 0.14 | 0 | 0.64 | 0.53 | 73.08 | 0.48 | 0.32 |
| Hex | 68 | 79 | 2B | E | 0 | 40 | 35 | 49 | 30 | 20 |
| Octal | 150 | 171 | 53 | 16 | 0 | 100 | 65 | 111 | 60 | 40 |
| Binary | 1101000 | 1111001 | 101011 | 1110 | 0 | 1000000 | 110101 | 1001001 | 110000 | 100000 |
Color Harmonies of #68792B
Complementary color
Monochromatic Colors of #68792B
Black with #68792B
Text Example
Text Example
White with #68792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68792B; }
p { color: rgb(104,121,43); }
H1.HeaderClassName
{
color: #68792B;
}
.AnyTagClassName
{
color: #68792B;
}
</style>
background-color css
<style>
a { background-color: #68792B; }
a { background-color: rgb(104,121,43); }
div.DivClassName
{
background-color: #68792B;
}
.BgClassName
{
background-color: #68792B;
}
</style>
border-color css
<style>
span { border-color: #68792B; }
span { border-color: rgb(104,121,43); }
td.TdClassName
{
border-color: #68792B;
}
.TagClassName
{
border-color: #68792B;
}
</style>