Shades of Rain Forest #6D7438
Tints of Rain Forest #6D7438
RGB
CMYK
RGB Variations
Color information
#6D7438 (or 0x6D7438) is known color: Rain Forest. HEX triplet: 6D, 74 and 38. RGB value is (109,116,56). Sum of RGB (Red+Green+Blue) = 109+116+56=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7438 is #928BC7. Grayscale: #6B6B6B. Windows color (decimal): -9604040 or 3699821. OLE color: 3699821.
HSL color Cylindrical-coordinate representation of color #6D7438: hue angle of 67º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D7438 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 56 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.55 |
| HSL | 67º | 0.35% | 0.34% | - |
| HSV(B) | 67º | 0.52% | 0.45% | - |
| XYZ | 13.27 | 16.03 | 6.14 | - |
| YUV | 107.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 56 | 0.06 | 0 | 0.52 | 0.55 | 67 | 0.35 | 0.34 |
| Hex | 6D | 74 | 38 | 6 | 0 | 34 | 37 | 43 | 23 | 22 |
| Octal | 155 | 164 | 70 | 6 | 0 | 64 | 67 | 103 | 43 | 42 |
| Binary | 1101101 | 1110100 | 111000 | 110 | 0 | 110100 | 110111 | 1000011 | 100011 | 100010 |
Color Harmonies of #6D7438
Complementary color
Monochromatic Colors of #6D7438
Black with #6D7438
Text Example
Text Example
White with #6D7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7438; }
p { color: rgb(109,116,56); }
H1.HeaderClassName
{
color: #6D7438;
}
.AnyTagClassName
{
color: #6D7438;
}
</style>
background-color css
<style>
a { background-color: #6D7438; }
a { background-color: rgb(109,116,56); }
div.DivClassName
{
background-color: #6D7438;
}
.BgClassName
{
background-color: #6D7438;
}
</style>
border-color css
<style>
span { border-color: #6D7438; }
span { border-color: rgb(109,116,56); }
td.TdClassName
{
border-color: #6D7438;
}
.TagClassName
{
border-color: #6D7438;
}
</style>