Shades of Rain Forest #6A7034
Tints of Rain Forest #6A7034
RGB
CMYK
RGB Variations
Color information
#6A7034 (or 0x6A7034) is known color: Rain Forest. HEX triplet: 6A, 70 and 34. RGB value is (106,112,52). Sum of RGB (Red+Green+Blue) = 106+112+52=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7034 is #958FCB. Grayscale: #676767. Windows color (decimal): -9801676 or 3436650. OLE color: 3436650.
HSL color Cylindrical-coordinate representation of color #6A7034: hue angle of 66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A7034 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 52 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.56 |
| HSL | 66º | 0.37% | 0.32% | - |
| HSV(B) | 66º | 0.54% | 0.44% | - |
| XYZ | 12.36 | 14.9 | 5.47 | - |
| YUV | 103.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 52 | 0.05 | 0 | 0.54 | 0.56 | 66 | 0.37 | 0.32 |
| Hex | 6A | 70 | 34 | 5 | 0 | 36 | 38 | 42 | 25 | 20 |
| Octal | 152 | 160 | 64 | 5 | 0 | 66 | 70 | 102 | 45 | 40 |
| Binary | 1101010 | 1110000 | 110100 | 101 | 0 | 110110 | 111000 | 1000010 | 100101 | 100000 |
Color Harmonies of #6A7034
Complementary color
Monochromatic Colors of #6A7034
Black with #6A7034
Text Example
Text Example
White with #6A7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7034; }
p { color: rgb(106,112,52); }
H1.HeaderClassName
{
color: #6A7034;
}
.AnyTagClassName
{
color: #6A7034;
}
</style>
background-color css
<style>
a { background-color: #6A7034; }
a { background-color: rgb(106,112,52); }
div.DivClassName
{
background-color: #6A7034;
}
.BgClassName
{
background-color: #6A7034;
}
</style>
border-color css
<style>
span { border-color: #6A7034; }
span { border-color: rgb(106,112,52); }
td.TdClassName
{
border-color: #6A7034;
}
.TagClassName
{
border-color: #6A7034;
}
</style>