Shades of Rain Forest #6F7E34
Tints of Rain Forest #6F7E34
RGB
CMYK
RGB Variations
Color information
#6F7E34 (or 0x6F7E34) is known color: Rain Forest. HEX triplet: 6F, 7E and 34. RGB value is (111,126,52). Sum of RGB (Red+Green+Blue) = 111+126+52=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7E34 is #9081CB. Grayscale: #717171. Windows color (decimal): -9470412 or 3440239. OLE color: 3440239.
HSL color Cylindrical-coordinate representation of color #6F7E34: hue angle of 72.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F7E34 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 52 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.51 |
| HSL | 72.16º | 0.42% | 0.35% | - |
| HSV(B) | 72.16º | 0.59% | 0.49% | - |
| XYZ | 14.64 | 18.55 | 6.06 | - |
| YUV | 113.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 52 | 0.12 | 0 | 0.59 | 0.51 | 72.16 | 0.42 | 0.35 |
| Hex | 6F | 7E | 34 | C | 0 | 3B | 33 | 48 | 2A | 23 |
| Octal | 157 | 176 | 64 | 14 | 0 | 73 | 63 | 110 | 52 | 43 |
| Binary | 1101111 | 1111110 | 110100 | 1100 | 0 | 111011 | 110011 | 1001000 | 101010 | 100011 |
Color Harmonies of #6F7E34
Complementary color
Monochromatic Colors of #6F7E34
Black with #6F7E34
Text Example
Text Example
White with #6F7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E34; }
p { color: rgb(111,126,52); }
H1.HeaderClassName
{
color: #6F7E34;
}
.AnyTagClassName
{
color: #6F7E34;
}
</style>
background-color css
<style>
a { background-color: #6F7E34; }
a { background-color: rgb(111,126,52); }
div.DivClassName
{
background-color: #6F7E34;
}
.BgClassName
{
background-color: #6F7E34;
}
</style>
border-color css
<style>
span { border-color: #6F7E34; }
span { border-color: rgb(111,126,52); }
td.TdClassName
{
border-color: #6F7E34;
}
.TagClassName
{
border-color: #6F7E34;
}
</style>