Shades of Rain Forest #696C26
Tints of Rain Forest #696C26
RGB
CMYK
RGB Variations
Color information
#696C26 (or 0x696C26) is known color: Rain Forest. HEX triplet: 69, 6C and 26. RGB value is (105,108,38). Sum of RGB (Red+Green+Blue) = 105+108+38=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #696C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C26 is #9693D9. Grayscale: #636363. Windows color (decimal): -9868250 or 2518121. OLE color: 2518121.
HSL color Cylindrical-coordinate representation of color #696C26: hue angle of 62.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #696C26 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 108 | 38 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.58 |
| HSL | 62.57º | 0.48% | 0.29% | - |
| HSV(B) | 62.57º | 0.65% | 0.42% | - |
| XYZ | 11.54 | 13.87 | 3.9 | - |
| YUV | 99.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 38 | 0.03 | 0 | 0.65 | 0.58 | 62.57 | 0.48 | 0.29 |
| Hex | 69 | 6C | 26 | 3 | 0 | 41 | 3A | 3F | 30 | 1D |
| Octal | 151 | 154 | 46 | 3 | 0 | 101 | 72 | 77 | 60 | 35 |
| Binary | 1101001 | 1101100 | 100110 | 11 | 0 | 1000001 | 111010 | 111111 | 110000 | 11101 |
Color Harmonies of #696C26
Complementary color
Monochromatic Colors of #696C26
Black with #696C26
Text Example
Text Example
White with #696C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C26; }
p { color: rgb(105,108,38); }
H1.HeaderClassName
{
color: #696C26;
}
.AnyTagClassName
{
color: #696C26;
}
</style>
background-color css
<style>
a { background-color: #696C26; }
a { background-color: rgb(105,108,38); }
div.DivClassName
{
background-color: #696C26;
}
.BgClassName
{
background-color: #696C26;
}
</style>
border-color css
<style>
span { border-color: #696C26; }
span { border-color: rgb(105,108,38); }
td.TdClassName
{
border-color: #696C26;
}
.TagClassName
{
border-color: #696C26;
}
</style>