Shades of Rain Forest #6F7C22
Tints of Rain Forest #6F7C22
RGB
CMYK
RGB Variations
Color information
#6F7C22 (or 0x6F7C22) is known color: Rain Forest. HEX triplet: 6F, 7C and 22. RGB value is (111,124,34). Sum of RGB (Red+Green+Blue) = 111+124+34=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C22 is #9083DD. Grayscale: #6E6E6E. Windows color (decimal): -9470942 or 2260079. OLE color: 2260079.
HSL color Cylindrical-coordinate representation of color #6F7C22: hue angle of 68.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F7C22 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 34 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.51 |
| HSL | 68.67º | 0.57% | 0.31% | - |
| HSV(B) | 68.67º | 0.73% | 0.49% | - |
| XYZ | 14.05 | 17.91 | 4.23 | - |
| YUV | 109.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 34 | 0.10 | 0 | 0.73 | 0.51 | 68.67 | 0.57 | 0.31 |
| Hex | 6F | 7C | 22 | A | 0 | 49 | 33 | 45 | 39 | 1F |
| Octal | 157 | 174 | 42 | 12 | 0 | 111 | 63 | 105 | 71 | 37 |
| Binary | 1101111 | 1111100 | 100010 | 1010 | 0 | 1001001 | 110011 | 1000101 | 111001 | 11111 |
Color Harmonies of #6F7C22
Complementary color
Monochromatic Colors of #6F7C22
Black with #6F7C22
Text Example
Text Example
White with #6F7C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C22; }
p { color: rgb(111,124,34); }
H1.HeaderClassName
{
color: #6F7C22;
}
.AnyTagClassName
{
color: #6F7C22;
}
</style>
background-color css
<style>
a { background-color: #6F7C22; }
a { background-color: rgb(111,124,34); }
div.DivClassName
{
background-color: #6F7C22;
}
.BgClassName
{
background-color: #6F7C22;
}
</style>
border-color css
<style>
span { border-color: #6F7C22; }
span { border-color: rgb(111,124,34); }
td.TdClassName
{
border-color: #6F7C22;
}
.TagClassName
{
border-color: #6F7C22;
}
</style>