Shades of Rain Forest #6A7E35
Tints of Rain Forest #6A7E35
RGB
CMYK
RGB Variations
Color information
#6A7E35 (or 0x6A7E35) is known color: Rain Forest. HEX triplet: 6A, 7E and 35. RGB value is (106,126,53). Sum of RGB (Red+Green+Blue) = 106+126+53=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7E35 is #9581CA. Grayscale: #6F6F6F. Windows color (decimal): -9798091 or 3505770. OLE color: 3505770.
HSL color Cylindrical-coordinate representation of color #6A7E35: hue angle of 76.44º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A7E35 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 53 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.51 |
| HSL | 76.44º | 0.41% | 0.35% | - |
| HSV(B) | 76.44º | 0.58% | 0.49% | - |
| XYZ | 14.05 | 18.24 | 6.15 | - |
| YUV | 111.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 53 | 0.16 | 0 | 0.58 | 0.51 | 76.44 | 0.41 | 0.35 |
| Hex | 6A | 7E | 35 | 10 | 0 | 3A | 33 | 4C | 29 | 23 |
| Octal | 152 | 176 | 65 | 20 | 0 | 72 | 63 | 114 | 51 | 43 |
| Binary | 1101010 | 1111110 | 110101 | 10000 | 0 | 111010 | 110011 | 1001100 | 101001 | 100011 |
Color Harmonies of #6A7E35
Complementary color
Monochromatic Colors of #6A7E35
Black with #6A7E35
Text Example
Text Example
White with #6A7E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E35; }
p { color: rgb(106,126,53); }
H1.HeaderClassName
{
color: #6A7E35;
}
.AnyTagClassName
{
color: #6A7E35;
}
</style>
background-color css
<style>
a { background-color: #6A7E35; }
a { background-color: rgb(106,126,53); }
div.DivClassName
{
background-color: #6A7E35;
}
.BgClassName
{
background-color: #6A7E35;
}
</style>
border-color css
<style>
span { border-color: #6A7E35; }
span { border-color: rgb(106,126,53); }
td.TdClassName
{
border-color: #6A7E35;
}
.TagClassName
{
border-color: #6A7E35;
}
</style>