Shades of Rain Forest #6F7631
Tints of Rain Forest #6F7631
RGB
CMYK
RGB Variations
Color information
#6F7631 (or 0x6F7631) is known color: Rain Forest. HEX triplet: 6F, 76 and 31. RGB value is (111,118,49). Sum of RGB (Red+Green+Blue) = 111+118+49=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7631 is #9089CE. Grayscale: #6C6C6C. Windows color (decimal): -9472463 or 3241583. OLE color: 3241583.
HSL color Cylindrical-coordinate representation of color #6F7631: hue angle of 66.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F7631 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 49 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.54 |
| HSL | 66.09º | 0.41% | 0.33% | - |
| HSV(B) | 66.09º | 0.58% | 0.46% | - |
| XYZ | 13.59 | 16.56 | 5.39 | - |
| YUV | 108.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 49 | 0.06 | 0 | 0.58 | 0.54 | 66.09 | 0.41 | 0.33 |
| Hex | 6F | 76 | 31 | 6 | 0 | 3A | 36 | 42 | 29 | 21 |
| Octal | 157 | 166 | 61 | 6 | 0 | 72 | 66 | 102 | 51 | 41 |
| Binary | 1101111 | 1110110 | 110001 | 110 | 0 | 111010 | 110110 | 1000010 | 101001 | 100001 |
Color Harmonies of #6F7631
Complementary color
Monochromatic Colors of #6F7631
Black with #6F7631
Text Example
Text Example
White with #6F7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7631; }
p { color: rgb(111,118,49); }
H1.HeaderClassName
{
color: #6F7631;
}
.AnyTagClassName
{
color: #6F7631;
}
</style>
background-color css
<style>
a { background-color: #6F7631; }
a { background-color: rgb(111,118,49); }
div.DivClassName
{
background-color: #6F7631;
}
.BgClassName
{
background-color: #6F7631;
}
</style>
border-color css
<style>
span { border-color: #6F7631; }
span { border-color: rgb(111,118,49); }
td.TdClassName
{
border-color: #6F7631;
}
.TagClassName
{
border-color: #6F7631;
}
</style>