Shades of Rain Forest #6A773A
Tints of Rain Forest #6A773A
RGB
CMYK
RGB Variations
Color information
#6A773A (or 0x6A773A) is known color: Rain Forest. HEX triplet: 6A, 77 and 3A. RGB value is (106,119,58). Sum of RGB (Red+Green+Blue) = 106+119+58=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #6A773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A773A is #9588C5. Grayscale: #6C6C6C. Windows color (decimal): -9799878 or 3831658. OLE color: 3831658.
HSL color Cylindrical-coordinate representation of color #6A773A: hue angle of 72.79º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A773A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 119 | 58 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.53 |
| HSL | 72.79º | 0.34% | 0.35% | - |
| HSV(B) | 72.79º | 0.51% | 0.47% | - |
| XYZ | 13.3 | 16.56 | 6.5 | - |
| YUV | 108.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 58 | 0.11 | 0 | 0.51 | 0.53 | 72.79 | 0.34 | 0.35 |
| Hex | 6A | 77 | 3A | B | 0 | 33 | 35 | 49 | 22 | 23 |
| Octal | 152 | 167 | 72 | 13 | 0 | 63 | 65 | 111 | 42 | 43 |
| Binary | 1101010 | 1110111 | 111010 | 1011 | 0 | 110011 | 110101 | 1001001 | 100010 | 100011 |
Color Harmonies of #6A773A
Complementary color
Monochromatic Colors of #6A773A
Black with #6A773A
Text Example
Text Example
White with #6A773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A773A; }
p { color: rgb(106,119,58); }
H1.HeaderClassName
{
color: #6A773A;
}
.AnyTagClassName
{
color: #6A773A;
}
</style>
background-color css
<style>
a { background-color: #6A773A; }
a { background-color: rgb(106,119,58); }
div.DivClassName
{
background-color: #6A773A;
}
.BgClassName
{
background-color: #6A773A;
}
</style>
border-color css
<style>
span { border-color: #6A773A; }
span { border-color: rgb(106,119,58); }
td.TdClassName
{
border-color: #6A773A;
}
.TagClassName
{
border-color: #6A773A;
}
</style>