Shades of Rain Forest #697D32
Tints of Rain Forest #697D32
RGB
CMYK
RGB Variations
Color information
#697D32 (or 0x697D32) is known color: Rain Forest. HEX triplet: 69, 7D and 32. RGB value is (105,125,50). Sum of RGB (Red+Green+Blue) = 105+125+50=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #697D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D32 is #9682CD. Grayscale: #6E6E6E. Windows color (decimal): -9863886 or 3308905. OLE color: 3308905.
HSL color Cylindrical-coordinate representation of color #697D32: hue angle of 76º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #697D32 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 50 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.51 |
| HSL | 76º | 0.43% | 0.34% | - |
| HSV(B) | 76º | 0.6% | 0.49% | - |
| XYZ | 13.74 | 17.9 | 5.75 | - |
| YUV | 110.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 50 | 0.16 | 0 | 0.60 | 0.51 | 76 | 0.43 | 0.34 |
| Hex | 69 | 7D | 32 | 10 | 0 | 3C | 33 | 4C | 2B | 22 |
| Octal | 151 | 175 | 62 | 20 | 0 | 74 | 63 | 114 | 53 | 42 |
| Binary | 1101001 | 1111101 | 110010 | 10000 | 0 | 111100 | 110011 | 1001100 | 101011 | 100010 |
Color Harmonies of #697D32
Complementary color
Monochromatic Colors of #697D32
Black with #697D32
Text Example
Text Example
White with #697D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D32; }
p { color: rgb(105,125,50); }
H1.HeaderClassName
{
color: #697D32;
}
.AnyTagClassName
{
color: #697D32;
}
</style>
background-color css
<style>
a { background-color: #697D32; }
a { background-color: rgb(105,125,50); }
div.DivClassName
{
background-color: #697D32;
}
.BgClassName
{
background-color: #697D32;
}
</style>
border-color css
<style>
span { border-color: #697D32; }
span { border-color: rgb(105,125,50); }
td.TdClassName
{
border-color: #697D32;
}
.TagClassName
{
border-color: #697D32;
}
</style>