Shades of Rain Forest #6A7432
Tints of Rain Forest #6A7432
RGB
CMYK
RGB Variations
Color information
#6A7432 (or 0x6A7432) is known color: Rain Forest. HEX triplet: 6A, 74 and 32. RGB value is (106,116,50). Sum of RGB (Red+Green+Blue) = 106+116+50=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7432 is #958BCD. Grayscale: #696969. Windows color (decimal): -9800654 or 3306602. OLE color: 3306602.
HSL color Cylindrical-coordinate representation of color #6A7432: hue angle of 69.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A7432 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 50 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.55 |
| HSL | 69.09º | 0.4% | 0.33% | - |
| HSV(B) | 69.09º | 0.57% | 0.45% | - |
| XYZ | 12.76 | 15.79 | 5.39 | - |
| YUV | 105.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 50 | 0.09 | 0 | 0.57 | 0.55 | 69.09 | 0.4 | 0.33 |
| Hex | 6A | 74 | 32 | 9 | 0 | 39 | 37 | 45 | 28 | 21 |
| Octal | 152 | 164 | 62 | 11 | 0 | 71 | 67 | 105 | 50 | 41 |
| Binary | 1101010 | 1110100 | 110010 | 1001 | 0 | 111001 | 110111 | 1000101 | 101000 | 100001 |
Color Harmonies of #6A7432
Complementary color
Monochromatic Colors of #6A7432
Black with #6A7432
Text Example
Text Example
White with #6A7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7432; }
p { color: rgb(106,116,50); }
H1.HeaderClassName
{
color: #6A7432;
}
.AnyTagClassName
{
color: #6A7432;
}
</style>
background-color css
<style>
a { background-color: #6A7432; }
a { background-color: rgb(106,116,50); }
div.DivClassName
{
background-color: #6A7432;
}
.BgClassName
{
background-color: #6A7432;
}
</style>
border-color css
<style>
span { border-color: #6A7432; }
span { border-color: rgb(106,116,50); }
td.TdClassName
{
border-color: #6A7432;
}
.TagClassName
{
border-color: #6A7432;
}
</style>