Shades of Rain Forest #686D26
Tints of Rain Forest #686D26
RGB
CMYK
RGB Variations
Color information
#686D26 (or 0x686D26) is known color: Rain Forest. HEX triplet: 68, 6D and 26. RGB value is (104,109,38). Sum of RGB (Red+Green+Blue) = 104+109+38=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #686D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D26 is #9792D9. Grayscale: #636363. Windows color (decimal): -9933530 or 2518376. OLE color: 2518376.
HSL color Cylindrical-coordinate representation of color #686D26: hue angle of 64.23º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #686D26 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 38 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.57 |
| HSL | 64.23º | 0.48% | 0.29% | - |
| HSV(B) | 64.23º | 0.65% | 0.43% | - |
| XYZ | 11.53 | 14.02 | 3.93 | - |
| YUV | 99.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 38 | 0.05 | 0 | 0.65 | 0.57 | 64.23 | 0.48 | 0.29 |
| Hex | 68 | 6D | 26 | 5 | 0 | 41 | 39 | 40 | 30 | 1D |
| Octal | 150 | 155 | 46 | 5 | 0 | 101 | 71 | 100 | 60 | 35 |
| Binary | 1101000 | 1101101 | 100110 | 101 | 0 | 1000001 | 111001 | 1000000 | 110000 | 11101 |
Color Harmonies of #686D26
Complementary color
Monochromatic Colors of #686D26
Black with #686D26
Text Example
Text Example
White with #686D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D26; }
p { color: rgb(104,109,38); }
H1.HeaderClassName
{
color: #686D26;
}
.AnyTagClassName
{
color: #686D26;
}
</style>
background-color css
<style>
a { background-color: #686D26; }
a { background-color: rgb(104,109,38); }
div.DivClassName
{
background-color: #686D26;
}
.BgClassName
{
background-color: #686D26;
}
</style>
border-color css
<style>
span { border-color: #686D26; }
span { border-color: rgb(104,109,38); }
td.TdClassName
{
border-color: #686D26;
}
.TagClassName
{
border-color: #686D26;
}
</style>