Shades of Rain Forest #68772A
Tints of Rain Forest #68772A
RGB
CMYK
RGB Variations
Color information
#68772A (or 0x68772A) is known color: Rain Forest. HEX triplet: 68, 77 and 2A. RGB value is (104,119,42). Sum of RGB (Red+Green+Blue) = 104+119+42=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #68772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68772A is #9788D5. Grayscale: #6A6A6A. Windows color (decimal): -9930966 or 2783080. OLE color: 2783080.
HSL color Cylindrical-coordinate representation of color #68772A: hue angle of 71.69º 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 #68772A is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 42 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.53 |
| HSL | 71.69º | 0.48% | 0.32% | - |
| HSV(B) | 71.69º | 0.65% | 0.47% | - |
| XYZ | 12.72 | 16.3 | 4.67 | - |
| YUV | 105.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 42 | 0.13 | 0 | 0.65 | 0.53 | 71.69 | 0.48 | 0.32 |
| Hex | 68 | 77 | 2A | D | 0 | 41 | 35 | 48 | 30 | 20 |
| Octal | 150 | 167 | 52 | 15 | 0 | 101 | 65 | 110 | 60 | 40 |
| Binary | 1101000 | 1110111 | 101010 | 1101 | 0 | 1000001 | 110101 | 1001000 | 110000 | 100000 |
Color Harmonies of #68772A
Complementary color
Monochromatic Colors of #68772A
Black with #68772A
Text Example
Text Example
White with #68772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68772A; }
p { color: rgb(104,119,42); }
H1.HeaderClassName
{
color: #68772A;
}
.AnyTagClassName
{
color: #68772A;
}
</style>
background-color css
<style>
a { background-color: #68772A; }
a { background-color: rgb(104,119,42); }
div.DivClassName
{
background-color: #68772A;
}
.BgClassName
{
background-color: #68772A;
}
</style>
border-color css
<style>
span { border-color: #68772A; }
span { border-color: rgb(104,119,42); }
td.TdClassName
{
border-color: #68772A;
}
.TagClassName
{
border-color: #68772A;
}
</style>