Shades of Rain Forest #67742D
Tints of Rain Forest #67742D
RGB
CMYK
RGB Variations
Color information
#67742D (or 0x67742D) is known color: Rain Forest. HEX triplet: 67, 74 and 2D. RGB value is (103,116,45). Sum of RGB (Red+Green+Blue) = 103+116+45=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #67742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67742D is #988BD2. Grayscale: #686868. Windows color (decimal): -9997267 or 2978919. OLE color: 2978919.
HSL color Cylindrical-coordinate representation of color #67742D: hue angle of 70.99º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67742D is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 45 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.55 |
| HSL | 70.99º | 0.44% | 0.32% | - |
| HSV(B) | 70.99º | 0.61% | 0.45% | - |
| XYZ | 12.31 | 15.56 | 4.84 | - |
| YUV | 104.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 45 | 0.11 | 0 | 0.61 | 0.55 | 70.99 | 0.44 | 0.32 |
| Hex | 67 | 74 | 2D | B | 0 | 3D | 37 | 47 | 2C | 20 |
| Octal | 147 | 164 | 55 | 13 | 0 | 75 | 67 | 107 | 54 | 40 |
| Binary | 1100111 | 1110100 | 101101 | 1011 | 0 | 111101 | 110111 | 1000111 | 101100 | 100000 |
Color Harmonies of #67742D
Complementary color
Monochromatic Colors of #67742D
Black with #67742D
Text Example
Text Example
White with #67742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67742D; }
p { color: rgb(103,116,45); }
H1.HeaderClassName
{
color: #67742D;
}
.AnyTagClassName
{
color: #67742D;
}
</style>
background-color css
<style>
a { background-color: #67742D; }
a { background-color: rgb(103,116,45); }
div.DivClassName
{
background-color: #67742D;
}
.BgClassName
{
background-color: #67742D;
}
</style>
border-color css
<style>
span { border-color: #67742D; }
span { border-color: rgb(103,116,45); }
td.TdClassName
{
border-color: #67742D;
}
.TagClassName
{
border-color: #67742D;
}
</style>