Shades of Rain Forest #697123
Tints of Rain Forest #697123
RGB
CMYK
RGB Variations
Color information
#697123 (or 0x697123) is known color: Rain Forest. HEX triplet: 69, 71 and 23. RGB value is (105,113,35). Sum of RGB (Red+Green+Blue) = 105+113+35=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #697123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697123 is #968EDC. Grayscale: #666666. Windows color (decimal): -9866973 or 2322793. OLE color: 2322793.
HSL color Cylindrical-coordinate representation of color #697123: hue angle of 66.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #697123 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 35 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.56 |
| HSL | 66.15º | 0.53% | 0.29% | - |
| HSV(B) | 66.15º | 0.69% | 0.44% | - |
| XYZ | 12.03 | 14.93 | 3.84 | - |
| YUV | 101.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 35 | 0.07 | 0 | 0.69 | 0.56 | 66.15 | 0.53 | 0.29 |
| Hex | 69 | 71 | 23 | 7 | 0 | 45 | 38 | 42 | 35 | 1D |
| Octal | 151 | 161 | 43 | 7 | 0 | 105 | 70 | 102 | 65 | 35 |
| Binary | 1101001 | 1110001 | 100011 | 111 | 0 | 1000101 | 111000 | 1000010 | 110101 | 11101 |
Color Harmonies of #697123
Complementary color
Monochromatic Colors of #697123
Black with #697123
Text Example
Text Example
White with #697123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697123; }
p { color: rgb(105,113,35); }
H1.HeaderClassName
{
color: #697123;
}
.AnyTagClassName
{
color: #697123;
}
</style>
background-color css
<style>
a { background-color: #697123; }
a { background-color: rgb(105,113,35); }
div.DivClassName
{
background-color: #697123;
}
.BgClassName
{
background-color: #697123;
}
</style>
border-color css
<style>
span { border-color: #697123; }
span { border-color: rgb(105,113,35); }
td.TdClassName
{
border-color: #697123;
}
.TagClassName
{
border-color: #697123;
}
</style>