Shades of Rain Forest #6F7C2D
Tints of Rain Forest #6F7C2D
RGB
CMYK
RGB Variations
Color information
#6F7C2D (or 0x6F7C2D) is known color: Rain Forest. HEX triplet: 6F, 7C and 2D. RGB value is (111,124,45). Sum of RGB (Red+Green+Blue) = 111+124+45=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C2D is #9083D2. Grayscale: #6F6F6F. Windows color (decimal): -9470931 or 2980975. OLE color: 2980975.
HSL color Cylindrical-coordinate representation of color #6F7C2D: hue angle of 69.87º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F7C2D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 45 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.51 |
| HSL | 69.87º | 0.47% | 0.33% | - |
| HSV(B) | 69.87º | 0.64% | 0.49% | - |
| XYZ | 14.24 | 17.98 | 5.2 | - |
| YUV | 111.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 45 | 0.10 | 0 | 0.64 | 0.51 | 69.87 | 0.47 | 0.33 |
| Hex | 6F | 7C | 2D | A | 0 | 40 | 33 | 46 | 2F | 21 |
| Octal | 157 | 174 | 55 | 12 | 0 | 100 | 63 | 106 | 57 | 41 |
| Binary | 1101111 | 1111100 | 101101 | 1010 | 0 | 1000000 | 110011 | 1000110 | 101111 | 100001 |
Color Harmonies of #6F7C2D
Complementary color
Monochromatic Colors of #6F7C2D
Black with #6F7C2D
Text Example
Text Example
White with #6F7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C2D; }
p { color: rgb(111,124,45); }
H1.HeaderClassName
{
color: #6F7C2D;
}
.AnyTagClassName
{
color: #6F7C2D;
}
</style>
background-color css
<style>
a { background-color: #6F7C2D; }
a { background-color: rgb(111,124,45); }
div.DivClassName
{
background-color: #6F7C2D;
}
.BgClassName
{
background-color: #6F7C2D;
}
</style>
border-color css
<style>
span { border-color: #6F7C2D; }
span { border-color: rgb(111,124,45); }
td.TdClassName
{
border-color: #6F7C2D;
}
.TagClassName
{
border-color: #6F7C2D;
}
</style>