Shades of Rain Forest #6B7022
Tints of Rain Forest #6B7022
RGB
CMYK
RGB Variations
Color information
#6B7022 (or 0x6B7022) is known color: Rain Forest. HEX triplet: 6B, 70 and 22. RGB value is (107,112,34). Sum of RGB (Red+Green+Blue) = 107+112+34=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7022 is #948FDD. Grayscale: #656565. Windows color (decimal): -9736158 or 2257003. OLE color: 2257003.
HSL color Cylindrical-coordinate representation of color #6B7022: hue angle of 63.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B7022 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 34 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.56 |
| HSL | 63.85º | 0.53% | 0.29% | - |
| HSV(B) | 63.85º | 0.7% | 0.44% | - |
| XYZ | 12.15 | 14.83 | 3.74 | - |
| YUV | 101.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 34 | 0.04 | 0 | 0.70 | 0.56 | 63.85 | 0.53 | 0.29 |
| Hex | 6B | 70 | 22 | 4 | 0 | 46 | 38 | 40 | 35 | 1D |
| Octal | 153 | 160 | 42 | 4 | 0 | 106 | 70 | 100 | 65 | 35 |
| Binary | 1101011 | 1110000 | 100010 | 100 | 0 | 1000110 | 111000 | 1000000 | 110101 | 11101 |
Color Harmonies of #6B7022
Complementary color
Monochromatic Colors of #6B7022
Black with #6B7022
Text Example
Text Example
White with #6B7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7022; }
p { color: rgb(107,112,34); }
H1.HeaderClassName
{
color: #6B7022;
}
.AnyTagClassName
{
color: #6B7022;
}
</style>
background-color css
<style>
a { background-color: #6B7022; }
a { background-color: rgb(107,112,34); }
div.DivClassName
{
background-color: #6B7022;
}
.BgClassName
{
background-color: #6B7022;
}
</style>
border-color css
<style>
span { border-color: #6B7022; }
span { border-color: rgb(107,112,34); }
td.TdClassName
{
border-color: #6B7022;
}
.TagClassName
{
border-color: #6B7022;
}
</style>