Shades of Rain Forest #6C7E38
Tints of Rain Forest #6C7E38
RGB
CMYK
RGB Variations
Color information
#6C7E38 (or 0x6C7E38) is known color: Rain Forest. HEX triplet: 6C, 7E and 38. RGB value is (108,126,56). Sum of RGB (Red+Green+Blue) = 108+126+56=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7E38 is #9381C7. Grayscale: #707070. Windows color (decimal): -9667016 or 3702380. OLE color: 3702380.
HSL color Cylindrical-coordinate representation of color #6C7E38: hue angle of 75.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C7E38 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 56 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.51 |
| HSL | 75.43º | 0.38% | 0.36% | - |
| HSV(B) | 75.43º | 0.56% | 0.49% | - |
| XYZ | 14.36 | 18.4 | 6.54 | - |
| YUV | 112.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 56 | 0.14 | 0 | 0.56 | 0.51 | 75.43 | 0.38 | 0.36 |
| Hex | 6C | 7E | 38 | E | 0 | 38 | 33 | 4B | 26 | 24 |
| Octal | 154 | 176 | 70 | 16 | 0 | 70 | 63 | 113 | 46 | 44 |
| Binary | 1101100 | 1111110 | 111000 | 1110 | 0 | 111000 | 110011 | 1001011 | 100110 | 100100 |
Color Harmonies of #6C7E38
Complementary color
Monochromatic Colors of #6C7E38
Black with #6C7E38
Text Example
Text Example
White with #6C7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E38; }
p { color: rgb(108,126,56); }
H1.HeaderClassName
{
color: #6C7E38;
}
.AnyTagClassName
{
color: #6C7E38;
}
</style>
background-color css
<style>
a { background-color: #6C7E38; }
a { background-color: rgb(108,126,56); }
div.DivClassName
{
background-color: #6C7E38;
}
.BgClassName
{
background-color: #6C7E38;
}
</style>
border-color css
<style>
span { border-color: #6C7E38; }
span { border-color: rgb(108,126,56); }
td.TdClassName
{
border-color: #6C7E38;
}
.TagClassName
{
border-color: #6C7E38;
}
</style>