Shades of Rain Forest #696F38
Tints of Rain Forest #696F38
RGB
CMYK
RGB Variations
Color information
#696F38 (or 0x696F38) is known color: Rain Forest. HEX triplet: 69, 6F and 38. RGB value is (105,111,56). Sum of RGB (Red+Green+Blue) = 105+111+56=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #696F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F38 is #9690C7. Grayscale: #676767. Windows color (decimal): -9867464 or 3698537. OLE color: 3698537.
HSL color Cylindrical-coordinate representation of color #696F38: hue angle of 66.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696F38 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 56 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.56 |
| HSL | 66.55º | 0.33% | 0.33% | - |
| HSV(B) | 66.55º | 0.5% | 0.44% | - |
| XYZ | 12.22 | 14.66 | 5.93 | - |
| YUV | 102.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 56 | 0.05 | 0 | 0.50 | 0.56 | 66.55 | 0.33 | 0.33 |
| Hex | 69 | 6F | 38 | 5 | 0 | 32 | 38 | 43 | 21 | 21 |
| Octal | 151 | 157 | 70 | 5 | 0 | 62 | 70 | 103 | 41 | 41 |
| Binary | 1101001 | 1101111 | 111000 | 101 | 0 | 110010 | 111000 | 1000011 | 100001 | 100001 |
Color Harmonies of #696F38
Complementary color
Monochromatic Colors of #696F38
Black with #696F38
Text Example
Text Example
White with #696F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F38; }
p { color: rgb(105,111,56); }
H1.HeaderClassName
{
color: #696F38;
}
.AnyTagClassName
{
color: #696F38;
}
</style>
background-color css
<style>
a { background-color: #696F38; }
a { background-color: rgb(105,111,56); }
div.DivClassName
{
background-color: #696F38;
}
.BgClassName
{
background-color: #696F38;
}
</style>
border-color css
<style>
span { border-color: #696F38; }
span { border-color: rgb(105,111,56); }
td.TdClassName
{
border-color: #696F38;
}
.TagClassName
{
border-color: #696F38;
}
</style>