Shades of Rain Forest #66762E
Tints of Rain Forest #66762E
RGB
CMYK
RGB Variations
Color information
#66762E (or 0x66762E) is known color: Rain Forest. HEX triplet: 66, 76 and 2E. RGB value is (102,118,46). Sum of RGB (Red+Green+Blue) = 102+118+46=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #66762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66762E is #9989D1. Grayscale: #696969. Windows color (decimal): -10062290 or 3044966. OLE color: 3044966.
HSL color Cylindrical-coordinate representation of color #66762E: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66762E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 46 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.54 |
| HSL | 73.33º | 0.44% | 0.32% | - |
| HSV(B) | 73.33º | 0.61% | 0.46% | - |
| XYZ | 12.45 | 15.98 | 5.01 | - |
| YUV | 105.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 46 | 0.14 | 0 | 0.61 | 0.54 | 73.33 | 0.44 | 0.32 |
| Hex | 66 | 76 | 2E | E | 0 | 3D | 36 | 49 | 2C | 20 |
| Octal | 146 | 166 | 56 | 16 | 0 | 75 | 66 | 111 | 54 | 40 |
| Binary | 1100110 | 1110110 | 101110 | 1110 | 0 | 111101 | 110110 | 1001001 | 101100 | 100000 |
Color Harmonies of #66762E
Complementary color
Monochromatic Colors of #66762E
Black with #66762E
Text Example
Text Example
White with #66762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66762E; }
p { color: rgb(102,118,46); }
H1.HeaderClassName
{
color: #66762E;
}
.AnyTagClassName
{
color: #66762E;
}
</style>
background-color css
<style>
a { background-color: #66762E; }
a { background-color: rgb(102,118,46); }
div.DivClassName
{
background-color: #66762E;
}
.BgClassName
{
background-color: #66762E;
}
</style>
border-color css
<style>
span { border-color: #66762E; }
span { border-color: rgb(102,118,46); }
td.TdClassName
{
border-color: #66762E;
}
.TagClassName
{
border-color: #66762E;
}
</style>