Shades of Rain Forest #697E28
Tints of Rain Forest #697E28
RGB
CMYK
RGB Variations
Color information
#697E28 (or 0x697E28) is known color: Rain Forest. HEX triplet: 69, 7E and 28. RGB value is (105,126,40). Sum of RGB (Red+Green+Blue) = 105+126+40=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #697E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697E28 is #9681D7. Grayscale: #6E6E6E. Windows color (decimal): -9863640 or 2653801. OLE color: 2653801.
HSL color Cylindrical-coordinate representation of color #697E28: hue angle of 74.65º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #697E28 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 40 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.51 |
| HSL | 74.65º | 0.52% | 0.33% | - |
| HSV(B) | 74.65º | 0.68% | 0.49% | - |
| XYZ | 13.67 | 18.08 | 4.78 | - |
| YUV | 109.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 40 | 0.17 | 0 | 0.68 | 0.51 | 74.65 | 0.52 | 0.33 |
| Hex | 69 | 7E | 28 | 11 | 0 | 44 | 33 | 4B | 34 | 21 |
| Octal | 151 | 176 | 50 | 21 | 0 | 104 | 63 | 113 | 64 | 41 |
| Binary | 1101001 | 1111110 | 101000 | 10001 | 0 | 1000100 | 110011 | 1001011 | 110100 | 100001 |
Color Harmonies of #697E28
Complementary color
Monochromatic Colors of #697E28
Black with #697E28
Text Example
Text Example
White with #697E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E28; }
p { color: rgb(105,126,40); }
H1.HeaderClassName
{
color: #697E28;
}
.AnyTagClassName
{
color: #697E28;
}
</style>
background-color css
<style>
a { background-color: #697E28; }
a { background-color: rgb(105,126,40); }
div.DivClassName
{
background-color: #697E28;
}
.BgClassName
{
background-color: #697E28;
}
</style>
border-color css
<style>
span { border-color: #697E28; }
span { border-color: rgb(105,126,40); }
td.TdClassName
{
border-color: #697E28;
}
.TagClassName
{
border-color: #697E28;
}
</style>