Shades of Rain Forest #686E33
Tints of Rain Forest #686E33
RGB
CMYK
RGB Variations
Color information
#686E33 (or 0x686E33) is known color: Rain Forest. HEX triplet: 68, 6E and 33. RGB value is (104,110,51). Sum of RGB (Red+Green+Blue) = 104+110+51=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #686E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E33 is #9791CC. Grayscale: #656565. Windows color (decimal): -9933261 or 3370600. OLE color: 3370600.
HSL color Cylindrical-coordinate representation of color #686E33: hue angle of 66.1º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686E33 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 51 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.57 |
| HSL | 66.1º | 0.37% | 0.32% | - |
| HSV(B) | 66.1º | 0.54% | 0.43% | - |
| XYZ | 11.88 | 14.33 | 5.27 | - |
| YUV | 101.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 51 | 0.05 | 0 | 0.54 | 0.57 | 66.1 | 0.37 | 0.32 |
| Hex | 68 | 6E | 33 | 5 | 0 | 36 | 39 | 42 | 25 | 20 |
| Octal | 150 | 156 | 63 | 5 | 0 | 66 | 71 | 102 | 45 | 40 |
| Binary | 1101000 | 1101110 | 110011 | 101 | 0 | 110110 | 111001 | 1000010 | 100101 | 100000 |
Color Harmonies of #686E33
Complementary color
Monochromatic Colors of #686E33
Black with #686E33
Text Example
Text Example
White with #686E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E33; }
p { color: rgb(104,110,51); }
H1.HeaderClassName
{
color: #686E33;
}
.AnyTagClassName
{
color: #686E33;
}
</style>
background-color css
<style>
a { background-color: #686E33; }
a { background-color: rgb(104,110,51); }
div.DivClassName
{
background-color: #686E33;
}
.BgClassName
{
background-color: #686E33;
}
</style>
border-color css
<style>
span { border-color: #686E33; }
span { border-color: rgb(104,110,51); }
td.TdClassName
{
border-color: #686E33;
}
.TagClassName
{
border-color: #686E33;
}
</style>