Shades of Rain Forest #6F7F26
Tints of Rain Forest #6F7F26
RGB
CMYK
RGB Variations
Color information
#6F7F26 (or 0x6F7F26) is known color: Rain Forest. HEX triplet: 6F, 7F and 26. RGB value is (111,127,38). Sum of RGB (Red+Green+Blue) = 111+127+38=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7F26 is #9080D9. Grayscale: #707070. Windows color (decimal): -9470170 or 2522991. OLE color: 2522991.
HSL color Cylindrical-coordinate representation of color #6F7F26: hue angle of 70.79º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F7F26 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 127 | 38 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.50 |
| HSL | 70.79º | 0.54% | 0.32% | - |
| HSV(B) | 70.79º | 0.7% | 0.5% | - |
| XYZ | 14.49 | 18.7 | 4.68 | - |
| YUV | 112.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 38 | 0.13 | 0 | 0.70 | 0.50 | 70.79 | 0.54 | 0.32 |
| Hex | 6F | 7F | 26 | D | 0 | 46 | 32 | 47 | 36 | 20 |
| Octal | 157 | 177 | 46 | 15 | 0 | 106 | 62 | 107 | 66 | 40 |
| Binary | 1101111 | 1111111 | 100110 | 1101 | 0 | 1000110 | 110010 | 1000111 | 110110 | 100000 |
Color Harmonies of #6F7F26
Complementary color
Monochromatic Colors of #6F7F26
Black with #6F7F26
Text Example
Text Example
White with #6F7F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7F26; }
p { color: rgb(111,127,38); }
H1.HeaderClassName
{
color: #6F7F26;
}
.AnyTagClassName
{
color: #6F7F26;
}
</style>
background-color css
<style>
a { background-color: #6F7F26; }
a { background-color: rgb(111,127,38); }
div.DivClassName
{
background-color: #6F7F26;
}
.BgClassName
{
background-color: #6F7F26;
}
</style>
border-color css
<style>
span { border-color: #6F7F26; }
span { border-color: rgb(111,127,38); }
td.TdClassName
{
border-color: #6F7F26;
}
.TagClassName
{
border-color: #6F7F26;
}
</style>