Shades of Rain Forest #6D7731
Tints of Rain Forest #6D7731
RGB
CMYK
RGB Variations
Color information
#6D7731 (or 0x6D7731) is known color: Rain Forest. HEX triplet: 6D, 77 and 31. RGB value is (109,119,49). Sum of RGB (Red+Green+Blue) = 109+119+49=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7731 is #9288CE. Grayscale: #6C6C6C. Windows color (decimal): -9603279 or 3241837. OLE color: 3241837.
HSL color Cylindrical-coordinate representation of color #6D7731: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D7731 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 49 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.53 |
| HSL | 68.57º | 0.42% | 0.33% | - |
| HSV(B) | 68.57º | 0.59% | 0.47% | - |
| XYZ | 13.46 | 16.67 | 5.41 | - |
| YUV | 108.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 49 | 0.08 | 0 | 0.59 | 0.53 | 68.57 | 0.42 | 0.33 |
| Hex | 6D | 77 | 31 | 8 | 0 | 3B | 35 | 45 | 2A | 21 |
| Octal | 155 | 167 | 61 | 10 | 0 | 73 | 65 | 105 | 52 | 41 |
| Binary | 1101101 | 1110111 | 110001 | 1000 | 0 | 111011 | 110101 | 1000101 | 101010 | 100001 |
Color Harmonies of #6D7731
Complementary color
Monochromatic Colors of #6D7731
Black with #6D7731
Text Example
Text Example
White with #6D7731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7731; }
p { color: rgb(109,119,49); }
H1.HeaderClassName
{
color: #6D7731;
}
.AnyTagClassName
{
color: #6D7731;
}
</style>
background-color css
<style>
a { background-color: #6D7731; }
a { background-color: rgb(109,119,49); }
div.DivClassName
{
background-color: #6D7731;
}
.BgClassName
{
background-color: #6D7731;
}
</style>
border-color css
<style>
span { border-color: #6D7731; }
span { border-color: rgb(109,119,49); }
td.TdClassName
{
border-color: #6D7731;
}
.TagClassName
{
border-color: #6D7731;
}
</style>