Shades of Rain Forest #6A7831
Tints of Rain Forest #6A7831
RGB
CMYK
RGB Variations
Color information
#6A7831 (or 0x6A7831) is known color: Rain Forest. HEX triplet: 6A, 78 and 31. RGB value is (106,120,49). Sum of RGB (Red+Green+Blue) = 106+120+49=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7831 is #9587CE. Grayscale: #6B6B6B. Windows color (decimal): -9799631 or 3242090. OLE color: 3242090.
HSL color Cylindrical-coordinate representation of color #6A7831: hue angle of 71.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A7831 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 49 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.53 |
| HSL | 71.83º | 0.42% | 0.33% | - |
| HSV(B) | 71.83º | 0.59% | 0.47% | - |
| XYZ | 13.21 | 16.72 | 5.44 | - |
| YUV | 107.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 49 | 0.12 | 0 | 0.59 | 0.53 | 71.83 | 0.42 | 0.33 |
| Hex | 6A | 78 | 31 | C | 0 | 3B | 35 | 48 | 2A | 21 |
| Octal | 152 | 170 | 61 | 14 | 0 | 73 | 65 | 110 | 52 | 41 |
| Binary | 1101010 | 1111000 | 110001 | 1100 | 0 | 111011 | 110101 | 1001000 | 101010 | 100001 |
Color Harmonies of #6A7831
Complementary color
Monochromatic Colors of #6A7831
Black with #6A7831
Text Example
Text Example
White with #6A7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7831; }
p { color: rgb(106,120,49); }
H1.HeaderClassName
{
color: #6A7831;
}
.AnyTagClassName
{
color: #6A7831;
}
</style>
background-color css
<style>
a { background-color: #6A7831; }
a { background-color: rgb(106,120,49); }
div.DivClassName
{
background-color: #6A7831;
}
.BgClassName
{
background-color: #6A7831;
}
</style>
border-color css
<style>
span { border-color: #6A7831; }
span { border-color: rgb(106,120,49); }
td.TdClassName
{
border-color: #6A7831;
}
.TagClassName
{
border-color: #6A7831;
}
</style>