Shades of Rain Forest #6B702F
Tints of Rain Forest #6B702F
RGB
CMYK
RGB Variations
Color information
#6B702F (or 0x6B702F) is known color: Rain Forest. HEX triplet: 6B, 70 and 2F. RGB value is (107,112,47). Sum of RGB (Red+Green+Blue) = 107+112+47=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #6B702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B702F is #948FD0. Grayscale: #676767. Windows color (decimal): -9736145 or 3108971. OLE color: 3108971.
HSL color Cylindrical-coordinate representation of color #6B702F: hue angle of 64.62º 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 #6B702F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 47 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.56 |
| HSL | 64.62º | 0.41% | 0.31% | - |
| HSV(B) | 64.62º | 0.58% | 0.44% | - |
| XYZ | 12.37 | 14.92 | 4.92 | - |
| YUV | 103.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 47 | 0.04 | 0 | 0.58 | 0.56 | 64.62 | 0.41 | 0.31 |
| Hex | 6B | 70 | 2F | 4 | 0 | 3A | 38 | 41 | 29 | 1F |
| Octal | 153 | 160 | 57 | 4 | 0 | 72 | 70 | 101 | 51 | 37 |
| Binary | 1101011 | 1110000 | 101111 | 100 | 0 | 111010 | 111000 | 1000001 | 101001 | 11111 |
Color Harmonies of #6B702F
Complementary color
Monochromatic Colors of #6B702F
Black with #6B702F
Text Example
Text Example
White with #6B702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B702F; }
p { color: rgb(107,112,47); }
H1.HeaderClassName
{
color: #6B702F;
}
.AnyTagClassName
{
color: #6B702F;
}
</style>
background-color css
<style>
a { background-color: #6B702F; }
a { background-color: rgb(107,112,47); }
div.DivClassName
{
background-color: #6B702F;
}
.BgClassName
{
background-color: #6B702F;
}
</style>
border-color css
<style>
span { border-color: #6B702F; }
span { border-color: rgb(107,112,47); }
td.TdClassName
{
border-color: #6B702F;
}
.TagClassName
{
border-color: #6B702F;
}
</style>