Shades of Rain Forest #697E34
Tints of Rain Forest #697E34
RGB
CMYK
RGB Variations
Color information
#697E34 (or 0x697E34) is known color: Rain Forest. HEX triplet: 69, 7E and 34. RGB value is (105,126,52). Sum of RGB (Red+Green+Blue) = 105+126+52=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #697E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697E34 is #9681CB. Grayscale: #6F6F6F. Windows color (decimal): -9863628 or 3440233. OLE color: 3440233.
HSL color Cylindrical-coordinate representation of color #697E34: hue angle of 77.03º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #697E34 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 52 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.51 |
| HSL | 77.03º | 0.42% | 0.35% | - |
| HSV(B) | 77.03º | 0.59% | 0.49% | - |
| XYZ | 13.91 | 18.17 | 6.02 | - |
| YUV | 111.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 52 | 0.17 | 0 | 0.59 | 0.51 | 77.03 | 0.42 | 0.35 |
| Hex | 69 | 7E | 34 | 11 | 0 | 3B | 33 | 4D | 2A | 23 |
| Octal | 151 | 176 | 64 | 21 | 0 | 73 | 63 | 115 | 52 | 43 |
| Binary | 1101001 | 1111110 | 110100 | 10001 | 0 | 111011 | 110011 | 1001101 | 101010 | 100011 |
Color Harmonies of #697E34
Complementary color
Monochromatic Colors of #697E34
Black with #697E34
Text Example
Text Example
White with #697E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E34; }
p { color: rgb(105,126,52); }
H1.HeaderClassName
{
color: #697E34;
}
.AnyTagClassName
{
color: #697E34;
}
</style>
background-color css
<style>
a { background-color: #697E34; }
a { background-color: rgb(105,126,52); }
div.DivClassName
{
background-color: #697E34;
}
.BgClassName
{
background-color: #697E34;
}
</style>
border-color css
<style>
span { border-color: #697E34; }
span { border-color: rgb(105,126,52); }
td.TdClassName
{
border-color: #697E34;
}
.TagClassName
{
border-color: #697E34;
}
</style>