Shades of Rain Forest #6F792D
Tints of Rain Forest #6F792D
RGB
CMYK
RGB Variations
Color information
#6F792D (or 0x6F792D) is known color: Rain Forest. HEX triplet: 6F, 79 and 2D. RGB value is (111,121,45). Sum of RGB (Red+Green+Blue) = 111+121+45=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #6F792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F792D is #9086D2. Grayscale: #6D6D6D. Windows color (decimal): -9471699 or 2980207. OLE color: 2980207.
HSL color Cylindrical-coordinate representation of color #6F792D: hue angle of 67.89º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F792D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 45 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.53 |
| HSL | 67.89º | 0.46% | 0.33% | - |
| HSV(B) | 67.89º | 0.63% | 0.47% | - |
| XYZ | 13.87 | 17.24 | 5.08 | - |
| YUV | 109.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 45 | 0.08 | 0 | 0.63 | 0.53 | 67.89 | 0.46 | 0.33 |
| Hex | 6F | 79 | 2D | 8 | 0 | 3F | 35 | 44 | 2E | 21 |
| Octal | 157 | 171 | 55 | 10 | 0 | 77 | 65 | 104 | 56 | 41 |
| Binary | 1101111 | 1111001 | 101101 | 1000 | 0 | 111111 | 110101 | 1000100 | 101110 | 100001 |
Color Harmonies of #6F792D
Complementary color
Monochromatic Colors of #6F792D
Black with #6F792D
Text Example
Text Example
White with #6F792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F792D; }
p { color: rgb(111,121,45); }
H1.HeaderClassName
{
color: #6F792D;
}
.AnyTagClassName
{
color: #6F792D;
}
</style>
background-color css
<style>
a { background-color: #6F792D; }
a { background-color: rgb(111,121,45); }
div.DivClassName
{
background-color: #6F792D;
}
.BgClassName
{
background-color: #6F792D;
}
</style>
border-color css
<style>
span { border-color: #6F792D; }
span { border-color: rgb(111,121,45); }
td.TdClassName
{
border-color: #6F792D;
}
.TagClassName
{
border-color: #6F792D;
}
</style>