Shades of Rain Forest #696E38
Tints of Rain Forest #696E38
RGB
CMYK
RGB Variations
Color information
#696E38 (or 0x696E38) is known color: Rain Forest. HEX triplet: 69, 6E and 38. RGB value is (105,110,56). Sum of RGB (Red+Green+Blue) = 105+110+56=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 110 - color contains mainly: green. Hex color #696E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E38 is #9691C7. Grayscale: #666666. Windows color (decimal): -9867720 or 3698281. OLE color: 3698281.
HSL color Cylindrical-coordinate representation of color #696E38: hue angle of 65.56º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696E38 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 56 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.57 |
| HSL | 65.56º | 0.33% | 0.33% | - |
| HSV(B) | 65.56º | 0.49% | 0.43% | - |
| XYZ | 12.12 | 14.44 | 5.89 | - |
| YUV | 102.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 56 | 0.05 | 0 | 0.49 | 0.57 | 65.56 | 0.33 | 0.33 |
| Hex | 69 | 6E | 38 | 5 | 0 | 31 | 39 | 42 | 21 | 21 |
| Octal | 151 | 156 | 70 | 5 | 0 | 61 | 71 | 102 | 41 | 41 |
| Binary | 1101001 | 1101110 | 111000 | 101 | 0 | 110001 | 111001 | 1000010 | 100001 | 100001 |
Color Harmonies of #696E38
Complementary color
Monochromatic Colors of #696E38
Black with #696E38
Text Example
Text Example
White with #696E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E38; }
p { color: rgb(105,110,56); }
H1.HeaderClassName
{
color: #696E38;
}
.AnyTagClassName
{
color: #696E38;
}
</style>
background-color css
<style>
a { background-color: #696E38; }
a { background-color: rgb(105,110,56); }
div.DivClassName
{
background-color: #696E38;
}
.BgClassName
{
background-color: #696E38;
}
</style>
border-color css
<style>
span { border-color: #696E38; }
span { border-color: rgb(105,110,56); }
td.TdClassName
{
border-color: #696E38;
}
.TagClassName
{
border-color: #696E38;
}
</style>