Shades of Rain Forest #697C2A
Tints of Rain Forest #697C2A
RGB
CMYK
RGB Variations
Color information
#697C2A (or 0x697C2A) is known color: Rain Forest. HEX triplet: 69, 7C and 2A. RGB value is (105,124,42). Sum of RGB (Red+Green+Blue) = 105+124+42=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #697C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C2A is #9683D5. Grayscale: #6D6D6D. Windows color (decimal): -9864150 or 2784361. OLE color: 2784361.
HSL color Cylindrical-coordinate representation of color #697C2A: hue angle of 73.9º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #697C2A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 42 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.51 |
| HSL | 73.9º | 0.49% | 0.33% | - |
| HSV(B) | 73.9º | 0.66% | 0.49% | - |
| XYZ | 13.45 | 17.59 | 4.88 | - |
| YUV | 108.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 42 | 0.15 | 0 | 0.66 | 0.51 | 73.9 | 0.49 | 0.33 |
| Hex | 69 | 7C | 2A | F | 0 | 42 | 33 | 4A | 31 | 21 |
| Octal | 151 | 174 | 52 | 17 | 0 | 102 | 63 | 112 | 61 | 41 |
| Binary | 1101001 | 1111100 | 101010 | 1111 | 0 | 1000010 | 110011 | 1001010 | 110001 | 100001 |
Color Harmonies of #697C2A
Complementary color
Monochromatic Colors of #697C2A
Black with #697C2A
Text Example
Text Example
White with #697C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C2A; }
p { color: rgb(105,124,42); }
H1.HeaderClassName
{
color: #697C2A;
}
.AnyTagClassName
{
color: #697C2A;
}
</style>
background-color css
<style>
a { background-color: #697C2A; }
a { background-color: rgb(105,124,42); }
div.DivClassName
{
background-color: #697C2A;
}
.BgClassName
{
background-color: #697C2A;
}
</style>
border-color css
<style>
span { border-color: #697C2A; }
span { border-color: rgb(105,124,42); }
td.TdClassName
{
border-color: #697C2A;
}
.TagClassName
{
border-color: #697C2A;
}
</style>