Shades of Rain Forest #6F7E37
Tints of Rain Forest #6F7E37
RGB
CMYK
RGB Variations
Color information
#6F7E37 (or 0x6F7E37) is known color: Rain Forest. HEX triplet: 6F, 7E and 37. RGB value is (111,126,55). Sum of RGB (Red+Green+Blue) = 111+126+55=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7E37 is #9081C8. Grayscale: #717171. Windows color (decimal): -9470409 or 3636847. OLE color: 3636847.
HSL color Cylindrical-coordinate representation of color #6F7E37: hue angle of 72.68º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7E37 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 55 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.51 |
| HSL | 72.68º | 0.39% | 0.35% | - |
| HSV(B) | 72.68º | 0.56% | 0.49% | - |
| XYZ | 14.71 | 18.58 | 6.43 | - |
| YUV | 113.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 55 | 0.12 | 0 | 0.56 | 0.51 | 72.68 | 0.39 | 0.35 |
| Hex | 6F | 7E | 37 | C | 0 | 38 | 33 | 49 | 27 | 23 |
| Octal | 157 | 176 | 67 | 14 | 0 | 70 | 63 | 111 | 47 | 43 |
| Binary | 1101111 | 1111110 | 110111 | 1100 | 0 | 111000 | 110011 | 1001001 | 100111 | 100011 |
Color Harmonies of #6F7E37
Complementary color
Monochromatic Colors of #6F7E37
Black with #6F7E37
Text Example
Text Example
White with #6F7E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E37; }
p { color: rgb(111,126,55); }
H1.HeaderClassName
{
color: #6F7E37;
}
.AnyTagClassName
{
color: #6F7E37;
}
</style>
background-color css
<style>
a { background-color: #6F7E37; }
a { background-color: rgb(111,126,55); }
div.DivClassName
{
background-color: #6F7E37;
}
.BgClassName
{
background-color: #6F7E37;
}
</style>
border-color css
<style>
span { border-color: #6F7E37; }
span { border-color: rgb(111,126,55); }
td.TdClassName
{
border-color: #6F7E37;
}
.TagClassName
{
border-color: #6F7E37;
}
</style>