Shades of Rain Forest #69742D
Tints of Rain Forest #69742D
RGB
CMYK
RGB Variations
Color information
#69742D (or 0x69742D) is known color: Rain Forest. HEX triplet: 69, 74 and 2D. RGB value is (105,116,45). Sum of RGB (Red+Green+Blue) = 105+116+45=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #69742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69742D is #968BD2. Grayscale: #686868. Windows color (decimal): -9866195 or 2978921. OLE color: 2978921.
HSL color Cylindrical-coordinate representation of color #69742D: hue angle of 69.3º 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 #69742D is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 116 | 45 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.55 |
| HSL | 69.3º | 0.44% | 0.32% | - |
| HSV(B) | 69.3º | 0.61% | 0.45% | - |
| XYZ | 12.54 | 15.68 | 4.85 | - |
| YUV | 104.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 45 | 0.09 | 0 | 0.61 | 0.55 | 69.3 | 0.44 | 0.32 |
| Hex | 69 | 74 | 2D | 9 | 0 | 3D | 37 | 45 | 2C | 20 |
| Octal | 151 | 164 | 55 | 11 | 0 | 75 | 67 | 105 | 54 | 40 |
| Binary | 1101001 | 1110100 | 101101 | 1001 | 0 | 111101 | 110111 | 1000101 | 101100 | 100000 |
Color Harmonies of #69742D
Complementary color
Monochromatic Colors of #69742D
Black with #69742D
Text Example
Text Example
White with #69742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69742D; }
p { color: rgb(105,116,45); }
H1.HeaderClassName
{
color: #69742D;
}
.AnyTagClassName
{
color: #69742D;
}
</style>
background-color css
<style>
a { background-color: #69742D; }
a { background-color: rgb(105,116,45); }
div.DivClassName
{
background-color: #69742D;
}
.BgClassName
{
background-color: #69742D;
}
</style>
border-color css
<style>
span { border-color: #69742D; }
span { border-color: rgb(105,116,45); }
td.TdClassName
{
border-color: #69742D;
}
.TagClassName
{
border-color: #69742D;
}
</style>