Shades of Rain Forest #67752E
Tints of Rain Forest #67752E
RGB
CMYK
RGB Variations
Color information
#67752E (or 0x67752E) is known color: Rain Forest. HEX triplet: 67, 75 and 2E. RGB value is (103,117,46). Sum of RGB (Red+Green+Blue) = 103+117+46=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #67752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67752E is #988AD1. Grayscale: #686868. Windows color (decimal): -9997010 or 3044711. OLE color: 3044711.
HSL color Cylindrical-coordinate representation of color #67752E: hue angle of 71.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67752E is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 46 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.54 |
| HSL | 71.83º | 0.44% | 0.32% | - |
| HSV(B) | 71.83º | 0.61% | 0.46% | - |
| XYZ | 12.45 | 15.8 | 4.98 | - |
| YUV | 104.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 46 | 0.12 | 0 | 0.61 | 0.54 | 71.83 | 0.44 | 0.32 |
| Hex | 67 | 75 | 2E | C | 0 | 3D | 36 | 48 | 2C | 20 |
| Octal | 147 | 165 | 56 | 14 | 0 | 75 | 66 | 110 | 54 | 40 |
| Binary | 1100111 | 1110101 | 101110 | 1100 | 0 | 111101 | 110110 | 1001000 | 101100 | 100000 |
Color Harmonies of #67752E
Complementary color
Monochromatic Colors of #67752E
Black with #67752E
Text Example
Text Example
White with #67752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67752E; }
p { color: rgb(103,117,46); }
H1.HeaderClassName
{
color: #67752E;
}
.AnyTagClassName
{
color: #67752E;
}
</style>
background-color css
<style>
a { background-color: #67752E; }
a { background-color: rgb(103,117,46); }
div.DivClassName
{
background-color: #67752E;
}
.BgClassName
{
background-color: #67752E;
}
</style>
border-color css
<style>
span { border-color: #67752E; }
span { border-color: rgb(103,117,46); }
td.TdClassName
{
border-color: #67752E;
}
.TagClassName
{
border-color: #67752E;
}
</style>