Shades of Rain Forest #6B7030
Tints of Rain Forest #6B7030
RGB
CMYK
RGB Variations
Color information
#6B7030 (or 0x6B7030) is known color: Rain Forest. HEX triplet: 6B, 70 and 30. RGB value is (107,112,48). Sum of RGB (Red+Green+Blue) = 107+112+48=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7030 is #948FCF. Grayscale: #676767. Windows color (decimal): -9736144 or 3174507. OLE color: 3174507.
HSL color Cylindrical-coordinate representation of color #6B7030: hue angle of 64.69º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B7030 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 48 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.56 |
| HSL | 64.69º | 0.4% | 0.31% | - |
| HSV(B) | 64.69º | 0.57% | 0.44% | - |
| XYZ | 12.39 | 14.93 | 5.02 | - |
| YUV | 103.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 48 | 0.04 | 0 | 0.57 | 0.56 | 64.69 | 0.4 | 0.31 |
| Hex | 6B | 70 | 30 | 4 | 0 | 39 | 38 | 41 | 28 | 1F |
| Octal | 153 | 160 | 60 | 4 | 0 | 71 | 70 | 101 | 50 | 37 |
| Binary | 1101011 | 1110000 | 110000 | 100 | 0 | 111001 | 111000 | 1000001 | 101000 | 11111 |
Color Harmonies of #6B7030
Complementary color
Monochromatic Colors of #6B7030
Black with #6B7030
Text Example
Text Example
White with #6B7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7030; }
p { color: rgb(107,112,48); }
H1.HeaderClassName
{
color: #6B7030;
}
.AnyTagClassName
{
color: #6B7030;
}
</style>
background-color css
<style>
a { background-color: #6B7030; }
a { background-color: rgb(107,112,48); }
div.DivClassName
{
background-color: #6B7030;
}
.BgClassName
{
background-color: #6B7030;
}
</style>
border-color css
<style>
span { border-color: #6B7030; }
span { border-color: rgb(107,112,48); }
td.TdClassName
{
border-color: #6B7030;
}
.TagClassName
{
border-color: #6B7030;
}
</style>