Shades of Rain Forest #6F7E3D
Tints of Rain Forest #6F7E3D
RGB
CMYK
RGB Variations
Color information
#6F7E3D (or 0x6F7E3D) is known color: Rain Forest. HEX triplet: 6F, 7E and 3D. RGB value is (111,126,61). Sum of RGB (Red+Green+Blue) = 111+126+61=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7E3D is #9081C2. Grayscale: #727272. Windows color (decimal): -9470403 or 4030063. OLE color: 4030063.
HSL color Cylindrical-coordinate representation of color #6F7E3D: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7E3D is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 61 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.51 |
| HSL | 73.85º | 0.35% | 0.37% | - |
| HSV(B) | 73.85º | 0.52% | 0.49% | - |
| XYZ | 14.86 | 18.64 | 7.23 | - |
| YUV | 114.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 61 | 0.12 | 0 | 0.52 | 0.51 | 73.85 | 0.35 | 0.37 |
| Hex | 6F | 7E | 3D | C | 0 | 34 | 33 | 4A | 23 | 25 |
| Octal | 157 | 176 | 75 | 14 | 0 | 64 | 63 | 112 | 43 | 45 |
| Binary | 1101111 | 1111110 | 111101 | 1100 | 0 | 110100 | 110011 | 1001010 | 100011 | 100101 |
Color Harmonies of #6F7E3D
Complementary color
Monochromatic Colors of #6F7E3D
Black with #6F7E3D
Text Example
Text Example
White with #6F7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E3D; }
p { color: rgb(111,126,61); }
H1.HeaderClassName
{
color: #6F7E3D;
}
.AnyTagClassName
{
color: #6F7E3D;
}
</style>
background-color css
<style>
a { background-color: #6F7E3D; }
a { background-color: rgb(111,126,61); }
div.DivClassName
{
background-color: #6F7E3D;
}
.BgClassName
{
background-color: #6F7E3D;
}
</style>
border-color css
<style>
span { border-color: #6F7E3D; }
span { border-color: rgb(111,126,61); }
td.TdClassName
{
border-color: #6F7E3D;
}
.TagClassName
{
border-color: #6F7E3D;
}
</style>