Shades of Rain Forest #697A37
Tints of Rain Forest #697A37
RGB
CMYK
RGB Variations
Color information
#697A37 (or 0x697A37) is known color: Rain Forest. HEX triplet: 69, 7A and 37. RGB value is (105,122,55). Sum of RGB (Red+Green+Blue) = 105+122+55=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #697A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A37 is #9685C8. Grayscale: #6D6D6D. Windows color (decimal): -9864649 or 3635817. OLE color: 3635817.
HSL color Cylindrical-coordinate representation of color #697A37: hue angle of 75.22º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697A37 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 55 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.52 |
| HSL | 75.22º | 0.38% | 0.35% | - |
| HSV(B) | 75.22º | 0.55% | 0.48% | - |
| XYZ | 13.47 | 17.2 | 6.22 | - |
| YUV | 109.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 55 | 0.14 | 0 | 0.55 | 0.52 | 75.22 | 0.38 | 0.35 |
| Hex | 69 | 7A | 37 | E | 0 | 37 | 34 | 4B | 26 | 23 |
| Octal | 151 | 172 | 67 | 16 | 0 | 67 | 64 | 113 | 46 | 43 |
| Binary | 1101001 | 1111010 | 110111 | 1110 | 0 | 110111 | 110100 | 1001011 | 100110 | 100011 |
Color Harmonies of #697A37
Complementary color
Monochromatic Colors of #697A37
Black with #697A37
Text Example
Text Example
White with #697A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A37; }
p { color: rgb(105,122,55); }
H1.HeaderClassName
{
color: #697A37;
}
.AnyTagClassName
{
color: #697A37;
}
</style>
background-color css
<style>
a { background-color: #697A37; }
a { background-color: rgb(105,122,55); }
div.DivClassName
{
background-color: #697A37;
}
.BgClassName
{
background-color: #697A37;
}
</style>
border-color css
<style>
span { border-color: #697A37; }
span { border-color: rgb(105,122,55); }
td.TdClassName
{
border-color: #697A37;
}
.TagClassName
{
border-color: #697A37;
}
</style>