Shades of Rain Forest #697C28
Tints of Rain Forest #697C28
RGB
CMYK
RGB Variations
Color information
#697C28 (or 0x697C28) is known color: Rain Forest. HEX triplet: 69, 7C and 28. RGB value is (105,124,40). Sum of RGB (Red+Green+Blue) = 105+124+40=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #697C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C28 is #9683D7. Grayscale: #6D6D6D. Windows color (decimal): -9864152 or 2653289. OLE color: 2653289.
HSL color Cylindrical-coordinate representation of color #697C28: hue angle of 73.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #697C28 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 40 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.51 |
| HSL | 73.57º | 0.51% | 0.32% | - |
| HSV(B) | 73.57º | 0.68% | 0.49% | - |
| XYZ | 13.42 | 17.57 | 4.69 | - |
| YUV | 108.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 40 | 0.15 | 0 | 0.68 | 0.51 | 73.57 | 0.51 | 0.32 |
| Hex | 69 | 7C | 28 | F | 0 | 44 | 33 | 4A | 33 | 20 |
| Octal | 151 | 174 | 50 | 17 | 0 | 104 | 63 | 112 | 63 | 40 |
| Binary | 1101001 | 1111100 | 101000 | 1111 | 0 | 1000100 | 110011 | 1001010 | 110011 | 100000 |
Color Harmonies of #697C28
Complementary color
Monochromatic Colors of #697C28
Black with #697C28
Text Example
Text Example
White with #697C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C28; }
p { color: rgb(105,124,40); }
H1.HeaderClassName
{
color: #697C28;
}
.AnyTagClassName
{
color: #697C28;
}
</style>
background-color css
<style>
a { background-color: #697C28; }
a { background-color: rgb(105,124,40); }
div.DivClassName
{
background-color: #697C28;
}
.BgClassName
{
background-color: #697C28;
}
</style>
border-color css
<style>
span { border-color: #697C28; }
span { border-color: rgb(105,124,40); }
td.TdClassName
{
border-color: #697C28;
}
.TagClassName
{
border-color: #697C28;
}
</style>