Shades of Rain Forest #6A7032
Tints of Rain Forest #6A7032
RGB
CMYK
RGB Variations
Color information
#6A7032 (or 0x6A7032) is known color: Rain Forest. HEX triplet: 6A, 70 and 32. RGB value is (106,112,50). Sum of RGB (Red+Green+Blue) = 106+112+50=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7032 is #958FCD. Grayscale: #676767. Windows color (decimal): -9801678 or 3305578. OLE color: 3305578.
HSL color Cylindrical-coordinate representation of color #6A7032: hue angle of 65.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A7032 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 50 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.56 |
| HSL | 65.81º | 0.38% | 0.32% | - |
| HSV(B) | 65.81º | 0.55% | 0.44% | - |
| XYZ | 12.31 | 14.88 | 5.24 | - |
| YUV | 103.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 50 | 0.05 | 0 | 0.55 | 0.56 | 65.81 | 0.38 | 0.32 |
| Hex | 6A | 70 | 32 | 5 | 0 | 37 | 38 | 42 | 26 | 20 |
| Octal | 152 | 160 | 62 | 5 | 0 | 67 | 70 | 102 | 46 | 40 |
| Binary | 1101010 | 1110000 | 110010 | 101 | 0 | 110111 | 111000 | 1000010 | 100110 | 100000 |
Color Harmonies of #6A7032
Complementary color
Monochromatic Colors of #6A7032
Black with #6A7032
Text Example
Text Example
White with #6A7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7032; }
p { color: rgb(106,112,50); }
H1.HeaderClassName
{
color: #6A7032;
}
.AnyTagClassName
{
color: #6A7032;
}
</style>
background-color css
<style>
a { background-color: #6A7032; }
a { background-color: rgb(106,112,50); }
div.DivClassName
{
background-color: #6A7032;
}
.BgClassName
{
background-color: #6A7032;
}
</style>
border-color css
<style>
span { border-color: #6A7032; }
span { border-color: rgb(106,112,50); }
td.TdClassName
{
border-color: #6A7032;
}
.TagClassName
{
border-color: #6A7032;
}
</style>