Shades of Rain Forest #68702A
Tints of Rain Forest #68702A
RGB
CMYK
RGB Variations
Color information
#68702A (or 0x68702A) is known color: Rain Forest. HEX triplet: 68, 70 and 2A. RGB value is (104,112,42). Sum of RGB (Red+Green+Blue) = 104+112+42=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #68702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68702A is #978FD5. Grayscale: #656565. Windows color (decimal): -9932758 or 2781288. OLE color: 2781288.
HSL color Cylindrical-coordinate representation of color #68702A: hue angle of 66.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68702A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 42 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.56 |
| HSL | 66.86º | 0.45% | 0.3% | - |
| HSV(B) | 66.86º | 0.63% | 0.44% | - |
| XYZ | 11.92 | 14.7 | 4.4 | - |
| YUV | 101.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 42 | 0.07 | 0 | 0.62 | 0.56 | 66.86 | 0.45 | 0.3 |
| Hex | 68 | 70 | 2A | 7 | 0 | 3E | 38 | 43 | 2D | 1E |
| Octal | 150 | 160 | 52 | 7 | 0 | 76 | 70 | 103 | 55 | 36 |
| Binary | 1101000 | 1110000 | 101010 | 111 | 0 | 111110 | 111000 | 1000011 | 101101 | 11110 |
Color Harmonies of #68702A
Complementary color
Monochromatic Colors of #68702A
Black with #68702A
Text Example
Text Example
White with #68702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68702A; }
p { color: rgb(104,112,42); }
H1.HeaderClassName
{
color: #68702A;
}
.AnyTagClassName
{
color: #68702A;
}
</style>
background-color css
<style>
a { background-color: #68702A; }
a { background-color: rgb(104,112,42); }
div.DivClassName
{
background-color: #68702A;
}
.BgClassName
{
background-color: #68702A;
}
</style>
border-color css
<style>
span { border-color: #68702A; }
span { border-color: rgb(104,112,42); }
td.TdClassName
{
border-color: #68702A;
}
.TagClassName
{
border-color: #68702A;
}
</style>