Shades of Rain Forest #696C36
Tints of Rain Forest #696C36
RGB
CMYK
RGB Variations
Color information
#696C36 (or 0x696C36) is known color: Rain Forest. HEX triplet: 69, 6C and 36. RGB value is (105,108,54). Sum of RGB (Red+Green+Blue) = 105+108+54=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #696C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C36 is #9693C9. Grayscale: #656565. Windows color (decimal): -9868234 or 3566697. OLE color: 3566697.
HSL color Cylindrical-coordinate representation of color #696C36: hue angle of 63.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696C36 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 108 | 54 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.58 |
| HSL | 63.33º | 0.33% | 0.32% | - |
| HSV(B) | 63.33º | 0.5% | 0.42% | - |
| XYZ | 11.85 | 13.99 | 5.57 | - |
| YUV | 100.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 54 | 0.03 | 0 | 0.50 | 0.58 | 63.33 | 0.33 | 0.32 |
| Hex | 69 | 6C | 36 | 3 | 0 | 32 | 3A | 3F | 21 | 20 |
| Octal | 151 | 154 | 66 | 3 | 0 | 62 | 72 | 77 | 41 | 40 |
| Binary | 1101001 | 1101100 | 110110 | 11 | 0 | 110010 | 111010 | 111111 | 100001 | 100000 |
Color Harmonies of #696C36
Complementary color
Monochromatic Colors of #696C36
Black with #696C36
Text Example
Text Example
White with #696C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C36; }
p { color: rgb(105,108,54); }
H1.HeaderClassName
{
color: #696C36;
}
.AnyTagClassName
{
color: #696C36;
}
</style>
background-color css
<style>
a { background-color: #696C36; }
a { background-color: rgb(105,108,54); }
div.DivClassName
{
background-color: #696C36;
}
.BgClassName
{
background-color: #696C36;
}
</style>
border-color css
<style>
span { border-color: #696C36; }
span { border-color: rgb(105,108,54); }
td.TdClassName
{
border-color: #696C36;
}
.TagClassName
{
border-color: #696C36;
}
</style>