Shades of Rain Forest #6D7326
Tints of Rain Forest #6D7326
RGB
CMYK
RGB Variations
Color information
#6D7326 (or 0x6D7326) is known color: Rain Forest. HEX triplet: 6D, 73 and 26. RGB value is (109,115,38). Sum of RGB (Red+Green+Blue) = 109+115+38=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7326 is #928CD9. Grayscale: #686868. Windows color (decimal): -9604314 or 2519917. OLE color: 2519917.
HSL color Cylindrical-coordinate representation of color #6D7326: hue angle of 64.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D7326 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 38 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.55 |
| HSL | 64.68º | 0.5% | 0.3% | - |
| HSV(B) | 64.68º | 0.67% | 0.45% | - |
| XYZ | 12.79 | 15.65 | 4.18 | - |
| YUV | 104.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 38 | 0.05 | 0 | 0.67 | 0.55 | 64.68 | 0.5 | 0.3 |
| Hex | 6D | 73 | 26 | 5 | 0 | 43 | 37 | 41 | 32 | 1E |
| Octal | 155 | 163 | 46 | 5 | 0 | 103 | 67 | 101 | 62 | 36 |
| Binary | 1101101 | 1110011 | 100110 | 101 | 0 | 1000011 | 110111 | 1000001 | 110010 | 11110 |
Color Harmonies of #6D7326
Complementary color
Monochromatic Colors of #6D7326
Black with #6D7326
Text Example
Text Example
White with #6D7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7326; }
p { color: rgb(109,115,38); }
H1.HeaderClassName
{
color: #6D7326;
}
.AnyTagClassName
{
color: #6D7326;
}
</style>
background-color css
<style>
a { background-color: #6D7326; }
a { background-color: rgb(109,115,38); }
div.DivClassName
{
background-color: #6D7326;
}
.BgClassName
{
background-color: #6D7326;
}
</style>
border-color css
<style>
span { border-color: #6D7326; }
span { border-color: rgb(109,115,38); }
td.TdClassName
{
border-color: #6D7326;
}
.TagClassName
{
border-color: #6D7326;
}
</style>