Shades of Rain Forest #6A7C37
Tints of Rain Forest #6A7C37
RGB
CMYK
RGB Variations
Color information
#6A7C37 (or 0x6A7C37) is known color: Rain Forest. HEX triplet: 6A, 7C and 37. RGB value is (106,124,55). Sum of RGB (Red+Green+Blue) = 106+124+55=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C37 is #9583C8. Grayscale: #6F6F6F. Windows color (decimal): -9798601 or 3636330. OLE color: 3636330.
HSL color Cylindrical-coordinate representation of color #6A7C37: hue angle of 75.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A7C37 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 55 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.51 |
| HSL | 75.65º | 0.39% | 0.35% | - |
| HSV(B) | 75.65º | 0.56% | 0.49% | - |
| XYZ | 13.84 | 17.76 | 6.31 | - |
| YUV | 110.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 55 | 0.15 | 0 | 0.56 | 0.51 | 75.65 | 0.39 | 0.35 |
| Hex | 6A | 7C | 37 | F | 0 | 38 | 33 | 4C | 27 | 23 |
| Octal | 152 | 174 | 67 | 17 | 0 | 70 | 63 | 114 | 47 | 43 |
| Binary | 1101010 | 1111100 | 110111 | 1111 | 0 | 111000 | 110011 | 1001100 | 100111 | 100011 |
Color Harmonies of #6A7C37
Complementary color
Monochromatic Colors of #6A7C37
Black with #6A7C37
Text Example
Text Example
White with #6A7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C37; }
p { color: rgb(106,124,55); }
H1.HeaderClassName
{
color: #6A7C37;
}
.AnyTagClassName
{
color: #6A7C37;
}
</style>
background-color css
<style>
a { background-color: #6A7C37; }
a { background-color: rgb(106,124,55); }
div.DivClassName
{
background-color: #6A7C37;
}
.BgClassName
{
background-color: #6A7C37;
}
</style>
border-color css
<style>
span { border-color: #6A7C37; }
span { border-color: rgb(106,124,55); }
td.TdClassName
{
border-color: #6A7C37;
}
.TagClassName
{
border-color: #6A7C37;
}
</style>