Shades of Rain Forest #6D7226
Tints of Rain Forest #6D7226
RGB
CMYK
RGB Variations
Color information
#6D7226 (or 0x6D7226) is known color: Rain Forest. HEX triplet: 6D, 72 and 26. RGB value is (109,114,38). Sum of RGB (Red+Green+Blue) = 109+114+38=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7226 is #928DD9. Grayscale: #686868. Windows color (decimal): -9604570 or 2519661. OLE color: 2519661.
HSL color Cylindrical-coordinate representation of color #6D7226: hue angle of 63.95º 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 #6D7226 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 38 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.55 |
| HSL | 63.95º | 0.5% | 0.3% | - |
| HSV(B) | 63.95º | 0.67% | 0.45% | - |
| XYZ | 12.67 | 15.43 | 4.14 | - |
| YUV | 103.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 38 | 0.04 | 0 | 0.67 | 0.55 | 63.95 | 0.5 | 0.3 |
| Hex | 6D | 72 | 26 | 4 | 0 | 43 | 37 | 40 | 32 | 1E |
| Octal | 155 | 162 | 46 | 4 | 0 | 103 | 67 | 100 | 62 | 36 |
| Binary | 1101101 | 1110010 | 100110 | 100 | 0 | 1000011 | 110111 | 1000000 | 110010 | 11110 |
Color Harmonies of #6D7226
Complementary color
Monochromatic Colors of #6D7226
Black with #6D7226
Text Example
Text Example
White with #6D7226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7226; }
p { color: rgb(109,114,38); }
H1.HeaderClassName
{
color: #6D7226;
}
.AnyTagClassName
{
color: #6D7226;
}
</style>
background-color css
<style>
a { background-color: #6D7226; }
a { background-color: rgb(109,114,38); }
div.DivClassName
{
background-color: #6D7226;
}
.BgClassName
{
background-color: #6D7226;
}
</style>
border-color css
<style>
span { border-color: #6D7226; }
span { border-color: rgb(109,114,38); }
td.TdClassName
{
border-color: #6D7226;
}
.TagClassName
{
border-color: #6D7226;
}
</style>