Shades of Rain Forest #6C702F
Tints of Rain Forest #6C702F
RGB
CMYK
RGB Variations
Color information
#6C702F (or 0x6C702F) is known color: Rain Forest. HEX triplet: 6C, 70 and 2F. RGB value is (108,112,47). Sum of RGB (Red+Green+Blue) = 108+112+47=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #6C702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C702F is #938FD0. Grayscale: #676767. Windows color (decimal): -9670609 or 3108972. OLE color: 3108972.
HSL color Cylindrical-coordinate representation of color #6C702F: hue angle of 63.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C702F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 47 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.56 |
| HSL | 63.69º | 0.41% | 0.31% | - |
| HSV(B) | 63.69º | 0.58% | 0.44% | - |
| XYZ | 12.49 | 14.98 | 4.92 | - |
| YUV | 103.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 47 | 0.04 | 0 | 0.58 | 0.56 | 63.69 | 0.41 | 0.31 |
| Hex | 6C | 70 | 2F | 4 | 0 | 3A | 38 | 40 | 29 | 1F |
| Octal | 154 | 160 | 57 | 4 | 0 | 72 | 70 | 100 | 51 | 37 |
| Binary | 1101100 | 1110000 | 101111 | 100 | 0 | 111010 | 111000 | 1000000 | 101001 | 11111 |
Color Harmonies of #6C702F
Complementary color
Monochromatic Colors of #6C702F
Black with #6C702F
Text Example
Text Example
White with #6C702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C702F; }
p { color: rgb(108,112,47); }
H1.HeaderClassName
{
color: #6C702F;
}
.AnyTagClassName
{
color: #6C702F;
}
</style>
background-color css
<style>
a { background-color: #6C702F; }
a { background-color: rgb(108,112,47); }
div.DivClassName
{
background-color: #6C702F;
}
.BgClassName
{
background-color: #6C702F;
}
</style>
border-color css
<style>
span { border-color: #6C702F; }
span { border-color: rgb(108,112,47); }
td.TdClassName
{
border-color: #6C702F;
}
.TagClassName
{
border-color: #6C702F;
}
</style>