Shades of Rain Forest #686B26
Tints of Rain Forest #686B26
RGB
CMYK
RGB Variations
Color information
#686B26 (or 0x686B26) is known color: Rain Forest. HEX triplet: 68, 6B and 26. RGB value is (104,107,38). Sum of RGB (Red+Green+Blue) = 104+107+38=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #686B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B26 is #9794D9. Grayscale: #626262. Windows color (decimal): -9934042 or 2517864. OLE color: 2517864.
HSL color Cylindrical-coordinate representation of color #686B26: hue angle of 62.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #686B26 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 38 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.58 |
| HSL | 62.61º | 0.48% | 0.28% | - |
| HSV(B) | 62.61º | 0.64% | 0.42% | - |
| XYZ | 11.32 | 13.6 | 3.86 | - |
| YUV | 98.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 38 | 0.03 | 0 | 0.64 | 0.58 | 62.61 | 0.48 | 0.28 |
| Hex | 68 | 6B | 26 | 3 | 0 | 40 | 3A | 3F | 30 | 1C |
| Octal | 150 | 153 | 46 | 3 | 0 | 100 | 72 | 77 | 60 | 34 |
| Binary | 1101000 | 1101011 | 100110 | 11 | 0 | 1000000 | 111010 | 111111 | 110000 | 11100 |
Color Harmonies of #686B26
Complementary color
Monochromatic Colors of #686B26
Black with #686B26
Text Example
Text Example
White with #686B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B26; }
p { color: rgb(104,107,38); }
H1.HeaderClassName
{
color: #686B26;
}
.AnyTagClassName
{
color: #686B26;
}
</style>
background-color css
<style>
a { background-color: #686B26; }
a { background-color: rgb(104,107,38); }
div.DivClassName
{
background-color: #686B26;
}
.BgClassName
{
background-color: #686B26;
}
</style>
border-color css
<style>
span { border-color: #686B26; }
span { border-color: rgb(104,107,38); }
td.TdClassName
{
border-color: #686B26;
}
.TagClassName
{
border-color: #686B26;
}
</style>