Shades of Rain Forest #6F7520
Tints of Rain Forest #6F7520
RGB
CMYK
RGB Variations
Color information
#6F7520 (or 0x6F7520) is known color: Rain Forest. HEX triplet: 6F, 75 and 20. RGB value is (111,117,32). Sum of RGB (Red+Green+Blue) = 111+117+32=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7520 is #908ADF. Grayscale: #696969. Windows color (decimal): -9472736 or 2127215. OLE color: 2127215.
HSL color Cylindrical-coordinate representation of color #6F7520: hue angle of 64.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F7520 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 32 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.54 |
| HSL | 64.24º | 0.57% | 0.29% | - |
| HSV(B) | 64.24º | 0.73% | 0.46% | - |
| XYZ | 13.18 | 16.21 | 3.8 | - |
| YUV | 105.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 32 | 0.05 | 0 | 0.73 | 0.54 | 64.24 | 0.57 | 0.29 |
| Hex | 6F | 75 | 20 | 5 | 0 | 49 | 36 | 40 | 39 | 1D |
| Octal | 157 | 165 | 40 | 5 | 0 | 111 | 66 | 100 | 71 | 35 |
| Binary | 1101111 | 1110101 | 100000 | 101 | 0 | 1001001 | 110110 | 1000000 | 111001 | 11101 |
Color Harmonies of #6F7520
Complementary color
Monochromatic Colors of #6F7520
Black with #6F7520
Text Example
Text Example
White with #6F7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7520; }
p { color: rgb(111,117,32); }
H1.HeaderClassName
{
color: #6F7520;
}
.AnyTagClassName
{
color: #6F7520;
}
</style>
background-color css
<style>
a { background-color: #6F7520; }
a { background-color: rgb(111,117,32); }
div.DivClassName
{
background-color: #6F7520;
}
.BgClassName
{
background-color: #6F7520;
}
</style>
border-color css
<style>
span { border-color: #6F7520; }
span { border-color: rgb(111,117,32); }
td.TdClassName
{
border-color: #6F7520;
}
.TagClassName
{
border-color: #6F7520;
}
</style>