Shades of Rain Forest #66782C
Tints of Rain Forest #66782C
RGB
CMYK
RGB Variations
Color information
#66782C (or 0x66782C) is known color: Rain Forest. HEX triplet: 66, 78 and 2C. RGB value is (102,120,44). Sum of RGB (Red+Green+Blue) = 102+120+44=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #66782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66782C is #9987D3. Grayscale: #6A6A6A. Windows color (decimal): -10061780 or 2914406. OLE color: 2914406.
HSL color Cylindrical-coordinate representation of color #66782C: hue angle of 74.21º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66782C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 44 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.53 |
| HSL | 74.21º | 0.46% | 0.32% | - |
| HSV(B) | 74.21º | 0.63% | 0.47% | - |
| XYZ | 12.65 | 16.44 | 4.89 | - |
| YUV | 105.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 44 | 0.15 | 0 | 0.63 | 0.53 | 74.21 | 0.46 | 0.32 |
| Hex | 66 | 78 | 2C | F | 0 | 3F | 35 | 4A | 2E | 20 |
| Octal | 146 | 170 | 54 | 17 | 0 | 77 | 65 | 112 | 56 | 40 |
| Binary | 1100110 | 1111000 | 101100 | 1111 | 0 | 111111 | 110101 | 1001010 | 101110 | 100000 |
Color Harmonies of #66782C
Complementary color
Monochromatic Colors of #66782C
Black with #66782C
Text Example
Text Example
White with #66782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66782C; }
p { color: rgb(102,120,44); }
H1.HeaderClassName
{
color: #66782C;
}
.AnyTagClassName
{
color: #66782C;
}
</style>
background-color css
<style>
a { background-color: #66782C; }
a { background-color: rgb(102,120,44); }
div.DivClassName
{
background-color: #66782C;
}
.BgClassName
{
background-color: #66782C;
}
</style>
border-color css
<style>
span { border-color: #66782C; }
span { border-color: rgb(102,120,44); }
td.TdClassName
{
border-color: #66782C;
}
.TagClassName
{
border-color: #66782C;
}
</style>