Shades of Rain Forest #686930
Tints of Rain Forest #686930
RGB
CMYK
RGB Variations
Color information
#686930 (or 0x686930) is known color: Rain Forest. HEX triplet: 68, 69 and 30. RGB value is (104,105,48). Sum of RGB (Red+Green+Blue) = 104+105+48=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #686930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686930 is #9796CF. Grayscale: #626262. Windows color (decimal): -9934544 or 3172712. OLE color: 3172712.
HSL color Cylindrical-coordinate representation of color #686930: hue angle of 61.05º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686930 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 48 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.59 |
| HSL | 61.05º | 0.37% | 0.3% | - |
| HSV(B) | 61.05º | 0.54% | 0.41% | - |
| XYZ | 11.29 | 13.26 | 4.76 | - |
| YUV | 98.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 48 | 0.01 | 0 | 0.54 | 0.59 | 61.05 | 0.37 | 0.3 |
| Hex | 68 | 69 | 30 | 1 | 0 | 36 | 3B | 3D | 25 | 1E |
| Octal | 150 | 151 | 60 | 1 | 0 | 66 | 73 | 75 | 45 | 36 |
| Binary | 1101000 | 1101001 | 110000 | 1 | 0 | 110110 | 111011 | 111101 | 100101 | 11110 |
Color Harmonies of #686930
Complementary color
Monochromatic Colors of #686930
Black with #686930
Text Example
Text Example
White with #686930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686930; }
p { color: rgb(104,105,48); }
H1.HeaderClassName
{
color: #686930;
}
.AnyTagClassName
{
color: #686930;
}
</style>
background-color css
<style>
a { background-color: #686930; }
a { background-color: rgb(104,105,48); }
div.DivClassName
{
background-color: #686930;
}
.BgClassName
{
background-color: #686930;
}
</style>
border-color css
<style>
span { border-color: #686930; }
span { border-color: rgb(104,105,48); }
td.TdClassName
{
border-color: #686930;
}
.TagClassName
{
border-color: #686930;
}
</style>