Shades of Rain Forest #697C3A
Tints of Rain Forest #697C3A
RGB
CMYK
RGB Variations
Color information
#697C3A (or 0x697C3A) is known color: Rain Forest. HEX triplet: 69, 7C and 3A. RGB value is (105,124,58). Sum of RGB (Red+Green+Blue) = 105+124+58=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #697C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C3A is #9683C5. Grayscale: #6F6F6F. Windows color (decimal): -9864134 or 3832937. OLE color: 3832937.
HSL color Cylindrical-coordinate representation of color #697C3A: hue angle of 77.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697C3A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 58 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.51 |
| HSL | 77.27º | 0.36% | 0.36% | - |
| HSV(B) | 77.27º | 0.53% | 0.49% | - |
| XYZ | 13.8 | 17.72 | 6.7 | - |
| YUV | 110.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 58 | 0.15 | 0 | 0.53 | 0.51 | 77.27 | 0.36 | 0.36 |
| Hex | 69 | 7C | 3A | F | 0 | 35 | 33 | 4D | 24 | 24 |
| Octal | 151 | 174 | 72 | 17 | 0 | 65 | 63 | 115 | 44 | 44 |
| Binary | 1101001 | 1111100 | 111010 | 1111 | 0 | 110101 | 110011 | 1001101 | 100100 | 100100 |
Color Harmonies of #697C3A
Complementary color
Monochromatic Colors of #697C3A
Black with #697C3A
Text Example
Text Example
White with #697C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C3A; }
p { color: rgb(105,124,58); }
H1.HeaderClassName
{
color: #697C3A;
}
.AnyTagClassName
{
color: #697C3A;
}
</style>
background-color css
<style>
a { background-color: #697C3A; }
a { background-color: rgb(105,124,58); }
div.DivClassName
{
background-color: #697C3A;
}
.BgClassName
{
background-color: #697C3A;
}
</style>
border-color css
<style>
span { border-color: #697C3A; }
span { border-color: rgb(105,124,58); }
td.TdClassName
{
border-color: #697C3A;
}
.TagClassName
{
border-color: #697C3A;
}
</style>