Shades of Rain Forest #697A33
Tints of Rain Forest #697A33
RGB
CMYK
RGB Variations
Color information
#697A33 (or 0x697A33) is known color: Rain Forest. HEX triplet: 69, 7A and 33. RGB value is (105,122,51). Sum of RGB (Red+Green+Blue) = 105+122+51=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #697A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A33 is #9685CC. Grayscale: #6D6D6D. Windows color (decimal): -9864653 or 3373673. OLE color: 3373673.
HSL color Cylindrical-coordinate representation of color #697A33: hue angle of 74.37º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697A33 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 51 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.52 |
| HSL | 74.37º | 0.41% | 0.34% | - |
| HSV(B) | 74.37º | 0.58% | 0.48% | - |
| XYZ | 13.38 | 17.16 | 5.74 | - |
| YUV | 108.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 51 | 0.14 | 0 | 0.58 | 0.52 | 74.37 | 0.41 | 0.34 |
| Hex | 69 | 7A | 33 | E | 0 | 3A | 34 | 4A | 29 | 22 |
| Octal | 151 | 172 | 63 | 16 | 0 | 72 | 64 | 112 | 51 | 42 |
| Binary | 1101001 | 1111010 | 110011 | 1110 | 0 | 111010 | 110100 | 1001010 | 101001 | 100010 |
Color Harmonies of #697A33
Complementary color
Monochromatic Colors of #697A33
Black with #697A33
Text Example
Text Example
White with #697A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A33; }
p { color: rgb(105,122,51); }
H1.HeaderClassName
{
color: #697A33;
}
.AnyTagClassName
{
color: #697A33;
}
</style>
background-color css
<style>
a { background-color: #697A33; }
a { background-color: rgb(105,122,51); }
div.DivClassName
{
background-color: #697A33;
}
.BgClassName
{
background-color: #697A33;
}
</style>
border-color css
<style>
span { border-color: #697A33; }
span { border-color: rgb(105,122,51); }
td.TdClassName
{
border-color: #697A33;
}
.TagClassName
{
border-color: #697A33;
}
</style>