Shades of Rain Forest #6A7925
Tints of Rain Forest #6A7925
RGB
CMYK
RGB Variations
Color information
#6A7925 (or 0x6A7925) is known color: Rain Forest. HEX triplet: 6A, 79 and 25. RGB value is (106,121,37). Sum of RGB (Red+Green+Blue) = 106+121+37=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7925 is #9586DA. Grayscale: #6B6B6B. Windows color (decimal): -9799387 or 2455914. OLE color: 2455914.
HSL color Cylindrical-coordinate representation of color #6A7925: hue angle of 70.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A7925 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 37 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.53 |
| HSL | 70.71º | 0.53% | 0.31% | - |
| HSV(B) | 70.71º | 0.69% | 0.47% | - |
| XYZ | 13.12 | 16.87 | 4.32 | - |
| YUV | 106.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 37 | 0.12 | 0 | 0.69 | 0.53 | 70.71 | 0.53 | 0.31 |
| Hex | 6A | 79 | 25 | C | 0 | 45 | 35 | 47 | 35 | 1F |
| Octal | 152 | 171 | 45 | 14 | 0 | 105 | 65 | 107 | 65 | 37 |
| Binary | 1101010 | 1111001 | 100101 | 1100 | 0 | 1000101 | 110101 | 1000111 | 110101 | 11111 |
Color Harmonies of #6A7925
Complementary color
Monochromatic Colors of #6A7925
Black with #6A7925
Text Example
Text Example
White with #6A7925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7925; }
p { color: rgb(106,121,37); }
H1.HeaderClassName
{
color: #6A7925;
}
.AnyTagClassName
{
color: #6A7925;
}
</style>
background-color css
<style>
a { background-color: #6A7925; }
a { background-color: rgb(106,121,37); }
div.DivClassName
{
background-color: #6A7925;
}
.BgClassName
{
background-color: #6A7925;
}
</style>
border-color css
<style>
span { border-color: #6A7925; }
span { border-color: rgb(106,121,37); }
td.TdClassName
{
border-color: #6A7925;
}
.TagClassName
{
border-color: #6A7925;
}
</style>