Shades of Rain Forest #686D27
Tints of Rain Forest #686D27
RGB
CMYK
RGB Variations
Color information
#686D27 (or 0x686D27) is known color: Rain Forest. HEX triplet: 68, 6D and 27. RGB value is (104,109,39). Sum of RGB (Red+Green+Blue) = 104+109+39=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #686D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D27 is #9792D8. Grayscale: #636363. Windows color (decimal): -9933529 or 2583912. OLE color: 2583912.
HSL color Cylindrical-coordinate representation of color #686D27: hue angle of 64.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #686D27 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 39 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.57 |
| HSL | 64.29º | 0.47% | 0.29% | - |
| HSV(B) | 64.29º | 0.64% | 0.43% | - |
| XYZ | 11.54 | 14.03 | 4.02 | - |
| YUV | 99.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 39 | 0.05 | 0 | 0.64 | 0.57 | 64.29 | 0.47 | 0.29 |
| Hex | 68 | 6D | 27 | 5 | 0 | 40 | 39 | 40 | 2F | 1D |
| Octal | 150 | 155 | 47 | 5 | 0 | 100 | 71 | 100 | 57 | 35 |
| Binary | 1101000 | 1101101 | 100111 | 101 | 0 | 1000000 | 111001 | 1000000 | 101111 | 11101 |
Color Harmonies of #686D27
Complementary color
Monochromatic Colors of #686D27
Black with #686D27
Text Example
Text Example
White with #686D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D27; }
p { color: rgb(104,109,39); }
H1.HeaderClassName
{
color: #686D27;
}
.AnyTagClassName
{
color: #686D27;
}
</style>
background-color css
<style>
a { background-color: #686D27; }
a { background-color: rgb(104,109,39); }
div.DivClassName
{
background-color: #686D27;
}
.BgClassName
{
background-color: #686D27;
}
</style>
border-color css
<style>
span { border-color: #686D27; }
span { border-color: rgb(104,109,39); }
td.TdClassName
{
border-color: #686D27;
}
.TagClassName
{
border-color: #686D27;
}
</style>