Shades of Rain Forest #6A7139
Tints of Rain Forest #6A7139
RGB
CMYK
RGB Variations
Color information
#6A7139 (or 0x6A7139) is known color: Rain Forest. HEX triplet: 6A, 71 and 39. RGB value is (106,113,57). Sum of RGB (Red+Green+Blue) = 106+113+57=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7139 is #958EC6. Grayscale: #686868. Windows color (decimal): -9801415 or 3764586. OLE color: 3764586.
HSL color Cylindrical-coordinate representation of color #6A7139: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A7139 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 57 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.56 |
| HSL | 67.5º | 0.33% | 0.33% | - |
| HSV(B) | 67.5º | 0.5% | 0.44% | - |
| XYZ | 12.59 | 15.17 | 6.14 | - |
| YUV | 104.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 57 | 0.06 | 0 | 0.50 | 0.56 | 67.5 | 0.33 | 0.33 |
| Hex | 6A | 71 | 39 | 6 | 0 | 32 | 38 | 44 | 21 | 21 |
| Octal | 152 | 161 | 71 | 6 | 0 | 62 | 70 | 104 | 41 | 41 |
| Binary | 1101010 | 1110001 | 111001 | 110 | 0 | 110010 | 111000 | 1000100 | 100001 | 100001 |
Color Harmonies of #6A7139
Complementary color
Monochromatic Colors of #6A7139
Black with #6A7139
Text Example
Text Example
White with #6A7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7139; }
p { color: rgb(106,113,57); }
H1.HeaderClassName
{
color: #6A7139;
}
.AnyTagClassName
{
color: #6A7139;
}
</style>
background-color css
<style>
a { background-color: #6A7139; }
a { background-color: rgb(106,113,57); }
div.DivClassName
{
background-color: #6A7139;
}
.BgClassName
{
background-color: #6A7139;
}
</style>
border-color css
<style>
span { border-color: #6A7139; }
span { border-color: rgb(106,113,57); }
td.TdClassName
{
border-color: #6A7139;
}
.TagClassName
{
border-color: #6A7139;
}
</style>