Shades of Rain Forest #6A7325
Tints of Rain Forest #6A7325
RGB
CMYK
RGB Variations
Color information
#6A7325 (or 0x6A7325) is known color: Rain Forest. HEX triplet: 6A, 73 and 25. RGB value is (106,115,37). Sum of RGB (Red+Green+Blue) = 106+115+37=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7325 is #958CDA. Grayscale: #676767. Windows color (decimal): -9800923 or 2454378. OLE color: 2454378.
HSL color Cylindrical-coordinate representation of color #6A7325: hue angle of 66.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A7325 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 37 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.55 |
| HSL | 66.92º | 0.51% | 0.3% | - |
| HSV(B) | 66.92º | 0.68% | 0.45% | - |
| XYZ | 12.41 | 15.46 | 4.08 | - |
| YUV | 103.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 37 | 0.08 | 0 | 0.68 | 0.55 | 66.92 | 0.51 | 0.3 |
| Hex | 6A | 73 | 25 | 8 | 0 | 44 | 37 | 43 | 33 | 1E |
| Octal | 152 | 163 | 45 | 10 | 0 | 104 | 67 | 103 | 63 | 36 |
| Binary | 1101010 | 1110011 | 100101 | 1000 | 0 | 1000100 | 110111 | 1000011 | 110011 | 11110 |
Color Harmonies of #6A7325
Complementary color
Monochromatic Colors of #6A7325
Black with #6A7325
Text Example
Text Example
White with #6A7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7325; }
p { color: rgb(106,115,37); }
H1.HeaderClassName
{
color: #6A7325;
}
.AnyTagClassName
{
color: #6A7325;
}
</style>
background-color css
<style>
a { background-color: #6A7325; }
a { background-color: rgb(106,115,37); }
div.DivClassName
{
background-color: #6A7325;
}
.BgClassName
{
background-color: #6A7325;
}
</style>
border-color css
<style>
span { border-color: #6A7325; }
span { border-color: rgb(106,115,37); }
td.TdClassName
{
border-color: #6A7325;
}
.TagClassName
{
border-color: #6A7325;
}
</style>