Shades of Rain Forest #6F7D3B
Tints of Rain Forest #6F7D3B
RGB
CMYK
RGB Variations
Color information
#6F7D3B (or 0x6F7D3B) is known color: Rain Forest. HEX triplet: 6F, 7D and 3B. RGB value is (111,125,59). Sum of RGB (Red+Green+Blue) = 111+125+59=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7D3B is #9082C4. Grayscale: #717171. Windows color (decimal): -9470661 or 3898735. OLE color: 3898735.
HSL color Cylindrical-coordinate representation of color #6F7D3B: hue angle of 72.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7D3B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 59 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.51 |
| HSL | 72.73º | 0.36% | 0.36% | - |
| HSV(B) | 72.73º | 0.53% | 0.49% | - |
| XYZ | 14.68 | 18.36 | 6.91 | - |
| YUV | 113.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 59 | 0.11 | 0 | 0.53 | 0.51 | 72.73 | 0.36 | 0.36 |
| Hex | 6F | 7D | 3B | B | 0 | 35 | 33 | 49 | 24 | 24 |
| Octal | 157 | 175 | 73 | 13 | 0 | 65 | 63 | 111 | 44 | 44 |
| Binary | 1101111 | 1111101 | 111011 | 1011 | 0 | 110101 | 110011 | 1001001 | 100100 | 100100 |
Color Harmonies of #6F7D3B
Complementary color
Monochromatic Colors of #6F7D3B
Black with #6F7D3B
Text Example
Text Example
White with #6F7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D3B; }
p { color: rgb(111,125,59); }
H1.HeaderClassName
{
color: #6F7D3B;
}
.AnyTagClassName
{
color: #6F7D3B;
}
</style>
background-color css
<style>
a { background-color: #6F7D3B; }
a { background-color: rgb(111,125,59); }
div.DivClassName
{
background-color: #6F7D3B;
}
.BgClassName
{
background-color: #6F7D3B;
}
</style>
border-color css
<style>
span { border-color: #6F7D3B; }
span { border-color: rgb(111,125,59); }
td.TdClassName
{
border-color: #6F7D3B;
}
.TagClassName
{
border-color: #6F7D3B;
}
</style>