Shades of Rain Forest #697B3A
Tints of Rain Forest #697B3A
RGB
CMYK
RGB Variations
Color information
#697B3A (or 0x697B3A) is known color: Rain Forest. HEX triplet: 69, 7B and 3A. RGB value is (105,123,58). Sum of RGB (Red+Green+Blue) = 105+123+58=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #697B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B3A is #9684C5. Grayscale: #6E6E6E. Windows color (decimal): -9864390 or 3832681. OLE color: 3832681.
HSL color Cylindrical-coordinate representation of color #697B3A: hue angle of 76.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697B3A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 58 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.52 |
| HSL | 76.62º | 0.36% | 0.35% | - |
| HSV(B) | 76.62º | 0.53% | 0.48% | - |
| XYZ | 13.67 | 17.47 | 6.66 | - |
| YUV | 110.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 58 | 0.15 | 0 | 0.53 | 0.52 | 76.62 | 0.36 | 0.35 |
| Hex | 69 | 7B | 3A | F | 0 | 35 | 34 | 4D | 24 | 23 |
| Octal | 151 | 173 | 72 | 17 | 0 | 65 | 64 | 115 | 44 | 43 |
| Binary | 1101001 | 1111011 | 111010 | 1111 | 0 | 110101 | 110100 | 1001101 | 100100 | 100011 |
Color Harmonies of #697B3A
Complementary color
Monochromatic Colors of #697B3A
Black with #697B3A
Text Example
Text Example
White with #697B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B3A; }
p { color: rgb(105,123,58); }
H1.HeaderClassName
{
color: #697B3A;
}
.AnyTagClassName
{
color: #697B3A;
}
</style>
background-color css
<style>
a { background-color: #697B3A; }
a { background-color: rgb(105,123,58); }
div.DivClassName
{
background-color: #697B3A;
}
.BgClassName
{
background-color: #697B3A;
}
</style>
border-color css
<style>
span { border-color: #697B3A; }
span { border-color: rgb(105,123,58); }
td.TdClassName
{
border-color: #697B3A;
}
.TagClassName
{
border-color: #697B3A;
}
</style>