Shades of Rain Forest #697C2B
Tints of Rain Forest #697C2B
RGB
CMYK
RGB Variations
Color information
#697C2B (or 0x697C2B) is known color: Rain Forest. HEX triplet: 69, 7C and 2B. RGB value is (105,124,43). Sum of RGB (Red+Green+Blue) = 105+124+43=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #697C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C2B is #9683D4. Grayscale: #6D6D6D. Windows color (decimal): -9864149 or 2849897. OLE color: 2849897.
HSL color Cylindrical-coordinate representation of color #697C2B: hue angle of 74.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #697C2B is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 43 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.51 |
| HSL | 74.07º | 0.49% | 0.33% | - |
| HSV(B) | 74.07º | 0.65% | 0.49% | - |
| XYZ | 13.47 | 17.59 | 4.97 | - |
| YUV | 109.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 43 | 0.15 | 0 | 0.65 | 0.51 | 74.07 | 0.49 | 0.33 |
| Hex | 69 | 7C | 2B | F | 0 | 41 | 33 | 4A | 31 | 21 |
| Octal | 151 | 174 | 53 | 17 | 0 | 101 | 63 | 112 | 61 | 41 |
| Binary | 1101001 | 1111100 | 101011 | 1111 | 0 | 1000001 | 110011 | 1001010 | 110001 | 100001 |
Color Harmonies of #697C2B
Complementary color
Monochromatic Colors of #697C2B
Black with #697C2B
Text Example
Text Example
White with #697C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C2B; }
p { color: rgb(105,124,43); }
H1.HeaderClassName
{
color: #697C2B;
}
.AnyTagClassName
{
color: #697C2B;
}
</style>
background-color css
<style>
a { background-color: #697C2B; }
a { background-color: rgb(105,124,43); }
div.DivClassName
{
background-color: #697C2B;
}
.BgClassName
{
background-color: #697C2B;
}
</style>
border-color css
<style>
span { border-color: #697C2B; }
span { border-color: rgb(105,124,43); }
td.TdClassName
{
border-color: #697C2B;
}
.TagClassName
{
border-color: #697C2B;
}
</style>