Shades of Rain Forest #6B7136
Tints of Rain Forest #6B7136
RGB
CMYK
RGB Variations
Color information
#6B7136 (or 0x6B7136) is known color: Rain Forest. HEX triplet: 6B, 71 and 36. RGB value is (107,113,54). Sum of RGB (Red+Green+Blue) = 107+113+54=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7136 is #948EC9. Grayscale: #686868. Windows color (decimal): -9735882 or 3567979. OLE color: 3567979.
HSL color Cylindrical-coordinate representation of color #6B7136: hue angle of 66.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B7136 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 54 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.56 |
| HSL | 66.1º | 0.35% | 0.33% | - |
| HSV(B) | 66.1º | 0.52% | 0.44% | - |
| XYZ | 12.63 | 15.2 | 5.76 | - |
| YUV | 104.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 54 | 0.05 | 0 | 0.52 | 0.56 | 66.1 | 0.35 | 0.33 |
| Hex | 6B | 71 | 36 | 5 | 0 | 34 | 38 | 42 | 23 | 21 |
| Octal | 153 | 161 | 66 | 5 | 0 | 64 | 70 | 102 | 43 | 41 |
| Binary | 1101011 | 1110001 | 110110 | 101 | 0 | 110100 | 111000 | 1000010 | 100011 | 100001 |
Color Harmonies of #6B7136
Complementary color
Monochromatic Colors of #6B7136
Black with #6B7136
Text Example
Text Example
White with #6B7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7136; }
p { color: rgb(107,113,54); }
H1.HeaderClassName
{
color: #6B7136;
}
.AnyTagClassName
{
color: #6B7136;
}
</style>
background-color css
<style>
a { background-color: #6B7136; }
a { background-color: rgb(107,113,54); }
div.DivClassName
{
background-color: #6B7136;
}
.BgClassName
{
background-color: #6B7136;
}
</style>
border-color css
<style>
span { border-color: #6B7136; }
span { border-color: rgb(107,113,54); }
td.TdClassName
{
border-color: #6B7136;
}
.TagClassName
{
border-color: #6B7136;
}
</style>