Shades of Rain Forest #6B7426
Tints of Rain Forest #6B7426
RGB
CMYK
RGB Variations
Color information
#6B7426 (or 0x6B7426) is known color: Rain Forest. HEX triplet: 6B, 74 and 26. RGB value is (107,116,38). Sum of RGB (Red+Green+Blue) = 107+116+38=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7426 is #948BD9. Grayscale: #686868. Windows color (decimal): -9735130 or 2520171. OLE color: 2520171.
HSL color Cylindrical-coordinate representation of color #6B7426: hue angle of 66.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B7426 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 38 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.55 |
| HSL | 66.92º | 0.51% | 0.3% | - |
| HSV(B) | 66.92º | 0.67% | 0.45% | - |
| XYZ | 12.66 | 15.76 | 4.21 | - |
| YUV | 104.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 38 | 0.08 | 0 | 0.67 | 0.55 | 66.92 | 0.51 | 0.3 |
| Hex | 6B | 74 | 26 | 8 | 0 | 43 | 37 | 43 | 33 | 1E |
| Octal | 153 | 164 | 46 | 10 | 0 | 103 | 67 | 103 | 63 | 36 |
| Binary | 1101011 | 1110100 | 100110 | 1000 | 0 | 1000011 | 110111 | 1000011 | 110011 | 11110 |
Color Harmonies of #6B7426
Complementary color
Monochromatic Colors of #6B7426
Black with #6B7426
Text Example
Text Example
White with #6B7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7426; }
p { color: rgb(107,116,38); }
H1.HeaderClassName
{
color: #6B7426;
}
.AnyTagClassName
{
color: #6B7426;
}
</style>
background-color css
<style>
a { background-color: #6B7426; }
a { background-color: rgb(107,116,38); }
div.DivClassName
{
background-color: #6B7426;
}
.BgClassName
{
background-color: #6B7426;
}
</style>
border-color css
<style>
span { border-color: #6B7426; }
span { border-color: rgb(107,116,38); }
td.TdClassName
{
border-color: #6B7426;
}
.TagClassName
{
border-color: #6B7426;
}
</style>