Shades of Rain Forest #6C702A
Tints of Rain Forest #6C702A
RGB
CMYK
RGB Variations
Color information
#6C702A (or 0x6C702A) is known color: Rain Forest. HEX triplet: 6C, 70 and 2A. RGB value is (108,112,42). Sum of RGB (Red+Green+Blue) = 108+112+42=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #6C702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C702A is #938FD5. Grayscale: #676767. Windows color (decimal): -9670614 or 2781292. OLE color: 2781292.
HSL color Cylindrical-coordinate representation of color #6C702A: hue angle of 63.43º 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 #6C702A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 42 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.56 |
| HSL | 63.43º | 0.45% | 0.3% | - |
| HSV(B) | 63.43º | 0.63% | 0.44% | - |
| XYZ | 12.4 | 14.94 | 4.42 | - |
| YUV | 102.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 42 | 0.04 | 0 | 0.62 | 0.56 | 63.43 | 0.45 | 0.3 |
| Hex | 6C | 70 | 2A | 4 | 0 | 3E | 38 | 3F | 2D | 1E |
| Octal | 154 | 160 | 52 | 4 | 0 | 76 | 70 | 77 | 55 | 36 |
| Binary | 1101100 | 1110000 | 101010 | 100 | 0 | 111110 | 111000 | 111111 | 101101 | 11110 |
Color Harmonies of #6C702A
Complementary color
Monochromatic Colors of #6C702A
Black with #6C702A
Text Example
Text Example
White with #6C702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C702A; }
p { color: rgb(108,112,42); }
H1.HeaderClassName
{
color: #6C702A;
}
.AnyTagClassName
{
color: #6C702A;
}
</style>
background-color css
<style>
a { background-color: #6C702A; }
a { background-color: rgb(108,112,42); }
div.DivClassName
{
background-color: #6C702A;
}
.BgClassName
{
background-color: #6C702A;
}
</style>
border-color css
<style>
span { border-color: #6C702A; }
span { border-color: rgb(108,112,42); }
td.TdClassName
{
border-color: #6C702A;
}
.TagClassName
{
border-color: #6C702A;
}
</style>