Shades of Rain Forest #6C7138
Tints of Rain Forest #6C7138
RGB
CMYK
RGB Variations
Color information
#6C7138 (or 0x6C7138) is known color: Rain Forest. HEX triplet: 6C, 71 and 38. RGB value is (108,113,56). Sum of RGB (Red+Green+Blue) = 108+113+56=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #6C7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7138 is #938EC7. Grayscale: #696969. Windows color (decimal): -9670344 or 3699052. OLE color: 3699052.
HSL color Cylindrical-coordinate representation of color #6C7138: hue angle of 65.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C7138 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 113 | 56 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.56 |
| HSL | 65.26º | 0.34% | 0.33% | - |
| HSV(B) | 65.26º | 0.5% | 0.44% | - |
| XYZ | 12.8 | 15.28 | 6.02 | - |
| YUV | 105.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 56 | 0.04 | 0 | 0.50 | 0.56 | 65.26 | 0.34 | 0.33 |
| Hex | 6C | 71 | 38 | 4 | 0 | 32 | 38 | 41 | 22 | 21 |
| Octal | 154 | 161 | 70 | 4 | 0 | 62 | 70 | 101 | 42 | 41 |
| Binary | 1101100 | 1110001 | 111000 | 100 | 0 | 110010 | 111000 | 1000001 | 100010 | 100001 |
Color Harmonies of #6C7138
Complementary color
Monochromatic Colors of #6C7138
Black with #6C7138
Text Example
Text Example
White with #6C7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7138; }
p { color: rgb(108,113,56); }
H1.HeaderClassName
{
color: #6C7138;
}
.AnyTagClassName
{
color: #6C7138;
}
</style>
background-color css
<style>
a { background-color: #6C7138; }
a { background-color: rgb(108,113,56); }
div.DivClassName
{
background-color: #6C7138;
}
.BgClassName
{
background-color: #6C7138;
}
</style>
border-color css
<style>
span { border-color: #6C7138; }
span { border-color: rgb(108,113,56); }
td.TdClassName
{
border-color: #6C7138;
}
.TagClassName
{
border-color: #6C7138;
}
</style>