Shades of Rain Forest #696F36
Tints of Rain Forest #696F36
RGB
CMYK
RGB Variations
Color information
#696F36 (or 0x696F36) is known color: Rain Forest. HEX triplet: 69, 6F and 36. RGB value is (105,111,54). Sum of RGB (Red+Green+Blue) = 105+111+54=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #696F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F36 is #9690C9. Grayscale: #666666. Windows color (decimal): -9867466 or 3567465. OLE color: 3567465.
HSL color Cylindrical-coordinate representation of color #696F36: hue angle of 66.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696F36 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 54 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.56 |
| HSL | 66.32º | 0.35% | 0.32% | - |
| HSV(B) | 66.32º | 0.51% | 0.44% | - |
| XYZ | 12.18 | 14.64 | 5.67 | - |
| YUV | 102.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 54 | 0.05 | 0 | 0.51 | 0.56 | 66.32 | 0.35 | 0.32 |
| Hex | 69 | 6F | 36 | 5 | 0 | 33 | 38 | 42 | 23 | 20 |
| Octal | 151 | 157 | 66 | 5 | 0 | 63 | 70 | 102 | 43 | 40 |
| Binary | 1101001 | 1101111 | 110110 | 101 | 0 | 110011 | 111000 | 1000010 | 100011 | 100000 |
Color Harmonies of #696F36
Complementary color
Monochromatic Colors of #696F36
Black with #696F36
Text Example
Text Example
White with #696F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F36; }
p { color: rgb(105,111,54); }
H1.HeaderClassName
{
color: #696F36;
}
.AnyTagClassName
{
color: #696F36;
}
</style>
background-color css
<style>
a { background-color: #696F36; }
a { background-color: rgb(105,111,54); }
div.DivClassName
{
background-color: #696F36;
}
.BgClassName
{
background-color: #696F36;
}
</style>
border-color css
<style>
span { border-color: #696F36; }
span { border-color: rgb(105,111,54); }
td.TdClassName
{
border-color: #696F36;
}
.TagClassName
{
border-color: #696F36;
}
</style>