Shades of Rain Forest #6D782A
Tints of Rain Forest #6D782A
RGB
CMYK
RGB Variations
Color information
#6D782A (or 0x6D782A) is known color: Rain Forest. HEX triplet: 6D, 78 and 2A. RGB value is (109,120,42). Sum of RGB (Red+Green+Blue) = 109+120+42=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #6D782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D782A is #9287D5. Grayscale: #6C6C6C. Windows color (decimal): -9603030 or 2783341. OLE color: 2783341.
HSL color Cylindrical-coordinate representation of color #6D782A: hue angle of 68.46º 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 #6D782A is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 42 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.53 |
| HSL | 68.46º | 0.48% | 0.32% | - |
| HSV(B) | 68.46º | 0.65% | 0.47% | - |
| XYZ | 13.44 | 16.85 | 4.73 | - |
| YUV | 107.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 42 | 0.09 | 0 | 0.65 | 0.53 | 68.46 | 0.48 | 0.32 |
| Hex | 6D | 78 | 2A | 9 | 0 | 41 | 35 | 44 | 30 | 20 |
| Octal | 155 | 170 | 52 | 11 | 0 | 101 | 65 | 104 | 60 | 40 |
| Binary | 1101101 | 1111000 | 101010 | 1001 | 0 | 1000001 | 110101 | 1000100 | 110000 | 100000 |
Color Harmonies of #6D782A
Complementary color
Monochromatic Colors of #6D782A
Black with #6D782A
Text Example
Text Example
White with #6D782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D782A; }
p { color: rgb(109,120,42); }
H1.HeaderClassName
{
color: #6D782A;
}
.AnyTagClassName
{
color: #6D782A;
}
</style>
background-color css
<style>
a { background-color: #6D782A; }
a { background-color: rgb(109,120,42); }
div.DivClassName
{
background-color: #6D782A;
}
.BgClassName
{
background-color: #6D782A;
}
</style>
border-color css
<style>
span { border-color: #6D782A; }
span { border-color: rgb(109,120,42); }
td.TdClassName
{
border-color: #6D782A;
}
.TagClassName
{
border-color: #6D782A;
}
</style>