Shades of Rain Forest #68792A
Tints of Rain Forest #68792A
RGB
CMYK
RGB Variations
Color information
#68792A (or 0x68792A) is known color: Rain Forest. HEX triplet: 68, 79 and 2A. RGB value is (104,121,42). Sum of RGB (Red+Green+Blue) = 104+121+42=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #68792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68792A is #9786D5. Grayscale: #6B6B6B. Windows color (decimal): -9930454 or 2783592. OLE color: 2783592.
HSL color Cylindrical-coordinate representation of color #68792A: hue angle of 72.91º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68792A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 42 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.53 |
| HSL | 72.91º | 0.48% | 0.32% | - |
| HSV(B) | 72.91º | 0.65% | 0.47% | - |
| XYZ | 12.96 | 16.78 | 4.75 | - |
| YUV | 106.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 42 | 0.14 | 0 | 0.65 | 0.53 | 72.91 | 0.48 | 0.32 |
| Hex | 68 | 79 | 2A | E | 0 | 41 | 35 | 49 | 30 | 20 |
| Octal | 150 | 171 | 52 | 16 | 0 | 101 | 65 | 111 | 60 | 40 |
| Binary | 1101000 | 1111001 | 101010 | 1110 | 0 | 1000001 | 110101 | 1001001 | 110000 | 100000 |
Color Harmonies of #68792A
Complementary color
Monochromatic Colors of #68792A
Black with #68792A
Text Example
Text Example
White with #68792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68792A; }
p { color: rgb(104,121,42); }
H1.HeaderClassName
{
color: #68792A;
}
.AnyTagClassName
{
color: #68792A;
}
</style>
background-color css
<style>
a { background-color: #68792A; }
a { background-color: rgb(104,121,42); }
div.DivClassName
{
background-color: #68792A;
}
.BgClassName
{
background-color: #68792A;
}
</style>
border-color css
<style>
span { border-color: #68792A; }
span { border-color: rgb(104,121,42); }
td.TdClassName
{
border-color: #68792A;
}
.TagClassName
{
border-color: #68792A;
}
</style>